Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 7ffd2c0

Browse files
committed
+ SortTuplesInTree
1 parent 712ea25 commit 7ffd2c0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/include/miscadmin.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
*
1212
* Copyright (c) 1994, Regents of the University of California
1313
*
14-
* $Id: miscadmin.h,v 1.14 1997/09/08 21:50:26 momjian Exp $
14+
* $Id: miscadmin.h,v 1.15 1997/09/18 05:38:09 vadim Exp $
1515
*
1616
* NOTES
1717
* some of the information in this file will be moved to
@@ -91,6 +91,7 @@ extern char DateFormat[];
9191

9292
extern int fsyncOff;
9393
extern int SortMem;
94+
extern int SortTuplesInTree;
9495

9596
extern Oid LastOidProcessed; /* for query rewrite */
9697

0 commit comments

Comments
 (0)