summaryrefslogtreecommitdiff
path: root/src/include/utils/guc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/utils/guc.h')
-rw-r--r--src/include/utils/guc.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/include/utils/guc.h b/src/include/utils/guc.h
index d3100d1781..ff78b70b96 100644
--- a/src/include/utils/guc.h
+++ b/src/include/utils/guc.h
@@ -258,6 +258,10 @@ extern int tcp_keepalives_idle;
extern int tcp_keepalives_interval;
extern int tcp_keepalives_count;
+#ifdef TRACE_SORT
+extern bool trace_sort;
+#endif
+
/*
* Functions exported by guc.c
*/