File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -118,7 +118,7 @@ init_main_pathman_toggles(void)
118
118
NULL ,
119
119
& pg_pathman_init_state .pg_pathman_enable ,
120
120
true,
121
- PGC_USERSET ,
121
+ PGC_SUSET ,
122
122
0 ,
123
123
NULL ,
124
124
pg_pathman_enable_assign_hook ,
@@ -130,7 +130,7 @@ init_main_pathman_toggles(void)
130
130
NULL ,
131
131
& pg_pathman_init_state .auto_partition ,
132
132
true,
133
- PGC_USERSET ,
133
+ PGC_SUSET ,
134
134
0 ,
135
135
NULL ,
136
136
NULL ,
@@ -142,7 +142,7 @@ init_main_pathman_toggles(void)
142
142
NULL ,
143
143
& pg_pathman_init_state .override_copy ,
144
144
true,
145
- PGC_USERSET ,
145
+ PGC_SUSET ,
146
146
0 ,
147
147
NULL ,
148
148
NULL ,
Original file line number Diff line number Diff line change @@ -92,7 +92,7 @@ init_partition_filter_static_data(void)
92
92
NULL ,
93
93
& pg_pathman_enable_partition_filter ,
94
94
true,
95
- PGC_USERSET ,
95
+ PGC_SUSET ,
96
96
0 ,
97
97
NULL ,
98
98
NULL ,
You can’t perform that action at this time.
0 commit comments