We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f52920a commit e48fc6cCopy full SHA for e48fc6c
src/pg_pathman.c
@@ -135,8 +135,10 @@ _PG_init(void)
135
/* NOTE: we don't need LWLocks now. RequestAddinLWLocks(1); */
136
137
/* Assign pg_pathman's initial state */
138
- temp_init_state.initialization_needed = true;
139
temp_init_state.pg_pathman_enable = true;
+ temp_init_state.auto_partition = true;
140
+ temp_init_state.override_copy = true;
141
+ temp_init_state.initialization_needed = true;
142
143
/* Apply initial state */
144
restore_pathman_init_state(&temp_init_state);
0 commit comments