We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 170063c commit 70d15a5Copy full SHA for 70d15a5
src/backend/utils/misc/guc.c
@@ -10,7 +10,7 @@
10
* Written by Peter Eisentraut <peter_e@gmx.net>.
11
*
12
* IDENTIFICATION
13
- * $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 $
14
15
*--------------------------------------------------------------------
16
*/
@@ -1287,6 +1287,7 @@ static struct config_int ConfigureNamesInt[] =
1287
},
1288
1289
{
1290
+ /* This is PGC_SIGHUP so all backends have the same value. */
1291
{"deadlock_timeout", PGC_SIGHUP, LOCK_MANAGEMENT,
1292
gettext_noop("Sets the time to wait on a lock before checking for deadlock."),
1293
NULL,
0 commit comments