summaryrefslogtreecommitdiff
path: root/src/include/miscadmin.h
diff options
context:
space:
mode:
authorVadim B. Mikheev1997-09-18 05:38:09 +0000
committerVadim B. Mikheev1997-09-18 05:38:09 +0000
commit7ffd2c09c8e5b234b17893e087e5715c1abe6327 (patch)
tree83a0efc93a01b1b5badb4e48486a09637ae25a59 /src/include/miscadmin.h
parent712ea2507ef7f3ea4a7149962c85de0b35245a64 (diff)
+ SortTuplesInTree
Diffstat (limited to 'src/include/miscadmin.h')
-rw-r--r--src/include/miscadmin.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/include/miscadmin.h b/src/include/miscadmin.h
index c4c9552959..12c1d762e9 100644
--- a/src/include/miscadmin.h
+++ b/src/include/miscadmin.h
@@ -11,7 +11,7 @@
*
* Copyright (c) 1994, Regents of the University of California
*
- * $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 $
*
* NOTES
* some of the information in this file will be moved to
@@ -91,6 +91,7 @@ extern char DateFormat[];
extern int fsyncOff;
extern int SortMem;
+extern int SortTuplesInTree;
extern Oid LastOidProcessed; /* for query rewrite */