From: | Shinya Kato <shinya11(dot)kato(at)gmail(dot)com> |
---|---|
To: | Laurenz Albe <laurenz(dot)albe(at)cybertec(dot)at> |
Cc: | Michael Banck <mbanck(at)gmx(dot)net>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Nathan Bossart <nathandbossart(at)gmail(dot)com>, pgsql-hackers(at)lists(dot)postgresql(dot)org |
Subject: | Re: Set log_lock_waits=on by default |
Date: | 2025-09-04 05:12:25 |
Message-ID: | CAOzEurS0jbDrjmVFgE4QQ_O0bnDtJMaaFsy3=pX0RLYXBcjVpg@mail.gmail.com |
Views: | Whole Thread | Raw Message | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
Hi,
On Tue, Apr 8, 2025 at 11:33 PM Laurenz Albe <laurenz(dot)albe(at)cybertec(dot)at> wrote:
> Well, it didn't make v18.
>
> But this patch got enough votes in favor that I am not going to withdraw it.
Thank you for discussing it.
diff --git a/src/backend/utils/misc/guc_tables.c
b/src/backend/utils/misc/guc_tables.c
index f7c9882f7c..1f3d56e6ee 100644
--- a/src/backend/utils/misc/guc_tables.c
+++ b/src/backend/utils/misc/guc_tables.c
@@ -1519,7 +1519,7 @@ struct config_bool ConfigureNamesBool[] =
NULL
},
&log_lock_waits,
- false,
+ true,
NULL, NULL, NULL
},
{
Due to 635998965 [0], you need to change guc_parameters.dat instead of
guc_tables.c.
--
Best regards,
Shinya Kato
NTT OSS Center
From | Date | Subject | |
---|---|---|---|
Next Message | kasaharatt | 2025-09-04 06:16:33 | Re: Add log_autovacuum_{vacuum|analyze}_min_duration |
Previous Message | Michael Paquier | 2025-09-04 04:59:36 | Re: pg_upgrade: transfer pg_largeobject_metadata's files when possible |