Rename log_lock_failure GUC to log_lock_failures for consistency.
authorFujii Masao <[email protected]>
Tue, 3 Jun 2025 01:02:55 +0000 (10:02 +0900)
committerFujii Masao <[email protected]>
Tue, 3 Jun 2025 01:02:55 +0000 (10:02 +0900)
commit73bdcfab35ec0a7eff1a5dd630cbad8e77054547
tree1ea6a6be208777750175f8e9c30f8b9544eeb0c9
parentaa87f69c009a062685f0c984dbcc18e60c02920d
Rename log_lock_failure GUC to log_lock_failures for consistency.

This commit renames the GUC log_lock_failure to log_lock_failures
to align with the existing similar setting log_lock_waits, which uses
the plural form. This improves naming consistency across related GUCs.

Suggested-by: Peter Eisentraut <[email protected]>
Author: Fujii Masao <[email protected]
Reviewed-by: Peter Eisentraut <[email protected]>
Discussion: https://postgr.es/m/7a8198b6-d5b8-4910-b41e-8d3efcbb015d@eisentraut.org
doc/src/sgml/config.sgml
doc/src/sgml/release-18.sgml
src/backend/access/heap/heapam.c
src/backend/access/heap/heapam_handler.c
src/backend/storage/lmgr/lock.c
src/backend/utils/misc/guc_tables.c
src/backend/utils/misc/postgresql.conf.sample
src/include/storage/lock.h