Skip to content

Commit ccba1d0

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 parent e1662cb commit ccba1d0

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/01 05:43:08 momjian Exp $
13+
* $PostgreSQL: pgsql/src/backend/utils/misc/guc.c,v 1.253 2005/03/01 20: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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy