Skip to content

Commit 70d15a5

Browse files
committed
Add comment for deadlock_timeout:
/* This is PGC_SIGHUP so all backends have the same value. */
1 parent 170063c commit 70d15a5

File tree

1 file changed

+2
-1
lines changed
  • src/backend/utils/misc

1 file changed

+2
-1
lines changed

src/backend/utils/misc/guc.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
* Written by Peter Eisentraut <peter_e@gmx.net>.
1111
*
1212
* IDENTIFICATION
13-
* $PostgreSQL: pgsql/src/backend/utils/misc/guc.c,v 1.462 2008/07/06 19:48:45 tgl Exp $
13+
* $PostgreSQL: pgsql/src/backend/utils/misc/guc.c,v 1.463 2008/07/08 02:07:29 momjian Exp $
1414
*
1515
*--------------------------------------------------------------------
1616
*/
@@ -1287,6 +1287,7 @@ static struct config_int ConfigureNamesInt[] =
12871287
},
12881288

12891289
{
1290+
/* This is PGC_SIGHUP so all backends have the same value. */
12901291
{"deadlock_timeout", PGC_SIGHUP, LOCK_MANAGEMENT,
12911292
gettext_noop("Sets the time to wait on a lock before checking for deadlock."),
12921293
NULL,

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy