Rename log_lock_failure GUC to log_lock_failures for consistency.
Fujii Masao <fujii@postgresql.org>
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 <peter@eisentraut.org> Author: Fujii Masao <masao.fujii@gmail.com Reviewed-by: Peter Eisentraut <peter@eisentraut.org> Discussion: https://postgr.es/m/7a8198b6-d5b8-4910-b41e-8d3efcbb015d@eisentraut.org
Files
| Path | Change | +/− |
|---|---|---|
| doc/src/sgml/config.sgml | modified | +3 −3 |
| doc/src/sgml/release-18.sgml | modified | +1 −1 |
| src/backend/access/heap/heapam.c | modified | +3 −3 |
| src/backend/access/heap/heapam_handler.c | modified | +1 −1 |
| src/backend/storage/lmgr/lock.c | modified | +1 −1 |
| src/backend/utils/misc/guc_tables.c | modified | +2 −2 |
| src/backend/utils/misc/postgresql.conf.sample | modified | +1 −1 |
| src/include/storage/lock.h | modified | +1 −1 |
Documentation touched
Discussion
- Add “FOR UPDATE NOWAIT” lock details to the log. 41 messages · 2024-09-13 → 2026-06-13