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 7ffd2c0 commit bbe2c10Copy full SHA for bbe2c10
src/include/utils/psort.h
@@ -6,7 +6,7 @@
6
*
7
* Copyright (c) 1994, Regents of the University of California
8
9
- * $Id: psort.h,v 1.11 1997/09/15 14:29:01 vadim Exp $
+ * $Id: psort.h,v 1.12 1997/09/18 05:42:01 vadim Exp $
10
11
*-------------------------------------------------------------------------
12
*/
@@ -57,6 +57,8 @@ typedef struct Psortstate
57
int tupcount;
58
59
struct leftist *Tuples;
60
+ int lt_tupcount;
61
+ HeapTuple lasttuple;
62
63
FILE *psort_grab_file;
64
long psort_current; /* could be file offset, or array index */
0 commit comments