From 31633ff1d8e4de22f2ee9cb5dc934c75a36603eb Mon Sep 17 00:00:00 2001 From: Commitfest Bot Date: Sat, 21 Jun 2025 13:14:20 +0000 Subject: [PATCH] [PATCH]: ./log-lock-waits-doc.patch --- doc/src/sgml/config.sgml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/doc/src/sgml/config.sgml b/doc/src/sgml/config.sgml index b265cc89c9d..66dac15c4f8 100644 --- a/doc/src/sgml/config.sgml +++ b/doc/src/sgml/config.sgml @@ -11134,11 +11134,12 @@ dynamic_library_path = '/usr/local/lib/postgresql:$libdir' - When is set, - this parameter also determines the amount of time to wait before - a log message is issued about the lock wait. If you are trying - to investigate locking delays you might want to set a shorter than - normal deadlock_timeout. + When is set to + on (which is the default), this parameter also + determines the amount of time to wait before a log message is issued + about the lock wait. If you are trying to investigate locking delays + you might want to set a shorter than normal + deadlock_timeout.