File tree 2 files changed +2
-5
lines changed
2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change 11
11
*
12
12
* Copyright (c) 1994, Regents of the University of California
13
13
*
14
- * $Id: miscadmin.h,v 1.15 1997/09/18 05:38:09 vadim Exp $
14
+ * $Id: miscadmin.h,v 1.16 1997/09/18 14:42:22 vadim Exp $
15
15
*
16
16
* NOTES
17
17
* some of the information in this file will be moved to
@@ -91,7 +91,6 @@ extern char DateFormat[];
91
91
92
92
extern int fsyncOff ;
93
93
extern int SortMem ;
94
- extern int SortTuplesInTree ;
95
94
96
95
extern Oid LastOidProcessed ; /* for query rewrite */
97
96
Original file line number Diff line number Diff line change 6
6
*
7
7
* Copyright (c) 1994, Regents of the University of California
8
8
*
9
- * $Id: psort.h,v 1.12 1997/09/18 05 :42:01 vadim Exp $
9
+ * $Id: psort.h,v 1.13 1997/09/18 14 :42:35 vadim Exp $
10
10
*
11
11
*-------------------------------------------------------------------------
12
12
*/
@@ -57,8 +57,6 @@ typedef struct Psortstate
57
57
int tupcount ;
58
58
59
59
struct leftist * Tuples ;
60
- int lt_tupcount ;
61
- HeapTuple lasttuple ;
62
60
63
61
FILE * psort_grab_file ;
64
62
long psort_current ; /* could be file offset, or array index */
You can’t perform that action at this time.
0 commit comments