Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit70d15a5

Browse files
committed
Add comment for deadlock_timeout:
/* This is PGC_SIGHUP so all backends have the same value. */
1 parent170063c commit70d15a5

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)

[8]ページ先頭

©2009-2025 Movatter.jp