Add comment for deadlock_timeout:

/* This is PGC_SIGHUP so all backends have the same value. */
This commit is contained in:
Bruce Momjian 2008-07-08 02:07:29 +00:00
parent 170063cd1e
commit 70d15a51b2
1 changed files with 2 additions and 1 deletions

View File

@ -10,7 +10,7 @@
* Written by Peter Eisentraut <peter_e@gmx.net>.
*
* IDENTIFICATION
* $PostgreSQL: pgsql/src/backend/utils/misc/guc.c,v 1.462 2008/07/06 19:48:45 tgl Exp $
* $PostgreSQL: pgsql/src/backend/utils/misc/guc.c,v 1.463 2008/07/08 02:07:29 momjian Exp $
*
*--------------------------------------------------------------------
*/
@ -1287,6 +1287,7 @@ static struct config_int ConfigureNamesInt[] =
},
{
/* This is PGC_SIGHUP so all backends have the same value. */
{"deadlock_timeout", PGC_SIGHUP, LOCK_MANAGEMENT,
gettext_noop("Sets the time to wait on a lock before checking for deadlock."),
NULL,