Skip to content

Commit e48fc6c

Browse files
committed
initialize variables (reported by valgrind)
1 parent f52920a commit e48fc6c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Diff for: src/pg_pathman.c

+3-1
Original file line numberDiff line numberDiff line change
@@ -135,8 +135,10 @@ _PG_init(void)
135135
/* NOTE: we don't need LWLocks now. RequestAddinLWLocks(1); */
136136

137137
/* Assign pg_pathman's initial state */
138-
temp_init_state.initialization_needed = true;
139138
temp_init_state.pg_pathman_enable = true;
139+
temp_init_state.auto_partition = true;
140+
temp_init_state.override_copy = true;
141+
temp_init_state.initialization_needed = true;
140142

141143
/* Apply initial state */
142144
restore_pathman_init_state(&temp_init_state);

0 commit comments

Comments
 (0)