From: | Fujii Masao <fujii(at)postgresql(dot)org> |
---|---|
To: | pgsql-committers(at)lists(dot)postgresql(dot)org |
Subject: | pgsql: Rename log_lock_failure GUC to log_lock_failures for consistency |
Date: | 2025-06-03 01:04:15 |
Message-ID: | [email protected] |
Views: | Whole Thread | Raw Message | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-committers |
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(at)eisentraut(dot)org>
Author: Fujii Masao <masao(dot)fujii(at)gmail(dot)com
Reviewed-by: Peter Eisentraut <peter(at)eisentraut(dot)org>
Discussion: https://postgr.es/m/[email protected]
Branch
------
master
Modified Files
--------------
doc/src/sgml/config.sgml | 6 +++---
doc/src/sgml/release-18.sgml | 2 +-
src/backend/access/heap/heapam.c | 6 +++---
src/backend/access/heap/heapam_handler.c | 2 +-
src/backend/storage/lmgr/lock.c | 2 +-
src/backend/utils/misc/guc_tables.c | 4 ++--
src/backend/utils/misc/postgresql.conf.sample | 2 +-
src/include/storage/lock.h | 2 +-
8 files changed, 13 insertions(+), 13 deletions(-)
From | Date | Subject | |
---|---|---|---|
Next Message | Etsuro Fujita | 2025-06-03 10:45:34 | Re: pgsql: postgres_fdw: Inherit the local transaction's access/deferrable |
Previous Message | Tom Lane | 2025-06-02 19:23:03 | pgsql: Disallow "=" in names of reloptions and foreign-data options. |