Skip to content

Commit ef83fa1

Browse files
author
Alexander Korotkov
committed
Remove build_guc_variables().
1 parent 8e6e19d commit ef83fa1

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

contrib/pg_stat_wait/pg_stat_wait.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -146,9 +146,6 @@ set_history_gucs()
146146
history_period_found = false,
147147
history_skip_latch_found = false;
148148

149-
/* Initialize the guc_variables[] array */
150-
build_guc_variables();
151-
152149
guc_vars = get_guc_variables();
153150
numOpts = GetNumConfigOptions();
154151

0 commit comments

Comments
 (0)