|
10 | 10 | * Written by Peter Eisentraut <peter_e@gmx.net>.
|
11 | 11 | *
|
12 | 12 | * 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 $ |
14 | 14 | *
|
15 | 15 | *--------------------------------------------------------------------
|
16 | 16 | */
|
@@ -1287,6 +1287,7 @@ static struct config_int ConfigureNamesInt[] =
|
1287 | 1287 | },
|
1288 | 1288 |
|
1289 | 1289 | {
|
| 1290 | +/* This is PGC_SIGHUP so all backends have the same value. */ |
1290 | 1291 | {"deadlock_timeout",PGC_SIGHUP,LOCK_MANAGEMENT,
|
1291 | 1292 | gettext_noop("Sets the time to wait on a lock before checking for deadlock."),
|
1292 | 1293 | NULL,
|
|