Skip to content

Commit 6ae8d72

Browse files
committed
hide debug GUCs from user
1 parent 064e2f9 commit 6ae8d72

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

contrib/mmts/multimaster.c

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3045,7 +3045,7 @@ _PG_init(void)
30453045
1,
30463046
INT_MAX,
30473047
PGC_BACKEND,
3048-
0,
3048+
GUC_NO_SHOW_ALL,
30493049
NULL,
30503050
NULL,
30513051
NULL
@@ -3089,7 +3089,7 @@ _PG_init(void)
30893089
1,
30903090
INT_MAX,
30913091
PGC_BACKEND,
3092-
0,
3092+
GUC_NO_SHOW_ALL,
30933093
NULL,
30943094
NULL,
30953095
NULL
@@ -3185,7 +3185,7 @@ _PG_init(void)
31853185
&MtmUseDtm,
31863186
true,
31873187
PGC_BACKEND,
3188-
0,
3188+
GUC_NO_SHOW_ALL,
31893189
NULL,
31903190
NULL,
31913191
NULL
@@ -3211,7 +3211,7 @@ _PG_init(void)
32113211
&MtmPreserveCommitOrder,
32123212
true,
32133213
PGC_BACKEND,
3214-
0,
3214+
GUC_NO_SHOW_ALL,
32153215
NULL,
32163216
NULL,
32173217
NULL
@@ -3224,7 +3224,7 @@ _PG_init(void)
32243224
&MtmVolksWagenMode,
32253225
false,
32263226
PGC_BACKEND,
3227-
0,
3227+
GUC_NO_SHOW_ALL,
32283228
NULL,
32293229
NULL,
32303230
NULL
@@ -3239,7 +3239,7 @@ _PG_init(void)
32393239
1,
32403240
INT_MAX,
32413241
PGC_BACKEND,
3242-
0,
3242+
GUC_NO_SHOW_ALL,
32433243
NULL,
32443244
NULL,
32453245
NULL
@@ -3269,7 +3269,7 @@ _PG_init(void)
32693269
1,
32703270
INT_MAX,
32713271
PGC_BACKEND,
3272-
0,
3272+
GUC_NO_SHOW_ALL,
32733273
NULL,
32743274
NULL,
32753275
NULL
@@ -3284,7 +3284,7 @@ _PG_init(void)
32843284
0,
32853285
INT_MAX,
32863286
PGC_BACKEND,
3287-
0,
3287+
GUC_NO_SHOW_ALL,
32883288
NULL,
32893289
NULL,
32903290
NULL
@@ -3300,7 +3300,7 @@ _PG_init(void)
33003300
1,
33013301
INT_MAX,
33023302
PGC_BACKEND,
3303-
0,
3303+
GUC_NO_SHOW_ALL,
33043304
NULL,
33053305
NULL,
33063306
NULL
@@ -3315,7 +3315,7 @@ _PG_init(void)
33153315
1024*1024,
33163316
INT_MAX,
33173317
PGC_BACKEND,
3318-
0,
3318+
GUC_NO_SHOW_ALL,
33193319
NULL,
33203320
NULL,
33213321
NULL

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