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

src/pg_pathman.c

Lines changed: 3 additions & 1 deletion
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)
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