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

Commit a6e0803

Browse files
committed
No more SortTuplesInTree...
1 parent b0ccd78 commit a6e0803

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

src/include/miscadmin.h

+1-2
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.15 1997/09/18 05:38:09 vadim Exp $
14+
* $Id: miscadmin.h,v 1.16 1997/09/18 14:42:22 vadim Exp $
1515
*
1616
* NOTES
1717
* some of the information in this file will be moved to
@@ -91,7 +91,6 @@ extern char DateFormat[];
9191

9292
extern int fsyncOff;
9393
extern int SortMem;
94-
extern int SortTuplesInTree;
9594

9695
extern Oid LastOidProcessed; /* for query rewrite */
9796

src/include/utils/psort.h

+1-3
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
*
77
* Copyright (c) 1994, Regents of the University of California
88
*
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 $
1010
*
1111
*-------------------------------------------------------------------------
1212
*/
@@ -57,8 +57,6 @@ typedef struct Psortstate
5757
int tupcount;
5858

5959
struct leftist *Tuples;
60-
int lt_tupcount;
61-
HeapTuple lasttuple;
6260

6361
FILE *psort_grab_file;
6462
long psort_current; /* could be file offset, or array index */

0 commit comments

Comments
 (0)