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)
118118 NULL ,
119119 & pg_pathman_init_state .pg_pathman_enable ,
120120 true,
121- PGC_USERSET ,
121+ PGC_SUSET ,
122122 0 ,
123123 NULL ,
124124 pg_pathman_enable_assign_hook ,
@@ -130,7 +130,7 @@ init_main_pathman_toggles(void)
130130 NULL ,
131131 & pg_pathman_init_state .auto_partition ,
132132 true,
133- PGC_USERSET ,
133+ PGC_SUSET ,
134134 0 ,
135135 NULL ,
136136 NULL ,
@@ -142,7 +142,7 @@ init_main_pathman_toggles(void)
142142 NULL ,
143143 & pg_pathman_init_state .override_copy ,
144144 true,
145- PGC_USERSET ,
145+ PGC_SUSET ,
146146 0 ,
147147 NULL ,
148148 NULL ,
Original file line number Diff line number Diff line change @@ -92,7 +92,7 @@ init_partition_filter_static_data(void)
9292 NULL ,
9393 & pg_pathman_enable_partition_filter ,
9494 true,
95- PGC_USERSET ,
95+ PGC_SUSET ,
9696 0 ,
9797 NULL ,
9898 NULL ,
You can’t perform that action at this time.
0 commit comments