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

Commitccba1d0

Browse files
committed
Allow Trace_lock_oidmin to be set to zero; this is a reasonable
representation of not wanting tracing to be limited by object OID.
1 parente1662cb commitccba1d0

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

‎src/backend/utils/misc/guc.c

Lines changed: 2 additions & 2 deletions
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.252 2005/01/0105:43:08 momjian Exp $
13+
* $PostgreSQL: pgsql/src/backend/utils/misc/guc.c,v 1.253 2005/03/0120:23:34 tgl Exp $
1414
*
1515
*--------------------------------------------------------------------
1616
*/
@@ -1080,7 +1080,7 @@ static struct config_int ConfigureNamesInt[] =
10801080
GUC_NOT_IN_SAMPLE
10811081
},
10821082
&Trace_lock_oidmin,
1083-
BootstrapObjectIdData,1,INT_MAX,NULL,NULL
1083+
BootstrapObjectIdData,0,INT_MAX,NULL,NULL
10841084
},
10851085
{
10861086
{"trace_lock_table",PGC_SUSET,DEVELOPER_OPTIONS,

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp