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 712ea25 commit 7ffd2c0Copy full SHA for 7ffd2c0
src/include/miscadmin.h
@@ -11,7 +11,7 @@
11
*
12
* Copyright (c) 1994, Regents of the University of California
13
14
- * $Id: miscadmin.h,v 1.14 1997/09/08 21:50:26 momjian Exp $
+ * $Id: miscadmin.h,v 1.15 1997/09/18 05:38:09 vadim Exp $
15
16
* NOTES
17
* some of the information in this file will be moved to
@@ -91,6 +91,7 @@ extern char DateFormat[];
91
92
extern int fsyncOff;
93
extern int SortMem;
94
+extern int SortTuplesInTree;
95
96
extern Oid LastOidProcessed; /* for query rewrite */
97
0 commit comments