We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c990d3d commit 5abca54Copy full SHA for 5abca54
src/rumsort.c
@@ -54,7 +54,7 @@
54
55
/* GUC variables */
56
#ifdef TRACE_SORT
57
-bool trace_sort = false;
+extern bool trace_sort;
58
#endif
59
60
typedef struct
0 commit comments