aboutsummaryrefslogtreecommitdiff
path: root/src/include/utils/guc_hooks.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/utils/guc_hooks.h')
-rw-r--r--src/include/utils/guc_hooks.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/utils/guc_hooks.h b/src/include/utils/guc_hooks.h
index 952293a1c30..f04b99e3b95 100644
--- a/src/include/utils/guc_hooks.h
+++ b/src/include/utils/guc_hooks.h
@@ -158,6 +158,7 @@ extern bool check_wal_buffers(int *newval, void **extra, GucSource source);
extern bool check_wal_consistency_checking(char **newval, void **extra,
GucSource source);
extern void assign_wal_consistency_checking(const char *newval, void *extra);
+extern bool check_wal_segment_size(int *newval, void **extra, GucSource source);
extern void assign_xlog_sync_method(int new_sync_method, void *extra);
#endif /* GUC_HOOKS_H */