Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitbbe2c10

Browse files
committed
Addded to Psortstate:
lt_tupcount - number of tuples in struct leftist *Tupleslasttuple - last tuple put to disk by createfirstrun()
1 parent7ffd2c0 commitbbe2c10

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

‎src/include/utils/psort.h

Lines changed: 3 additions & 1 deletion
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.11 1997/09/15 14:29:01 vadim Exp $
9+
* $Id: psort.h,v 1.12 1997/09/18 05:42:01 vadim Exp $
1010
*
1111
*-------------------------------------------------------------------------
1212
*/
@@ -57,6 +57,8 @@ typedef struct Psortstate
5757
inttupcount;
5858

5959
structleftist*Tuples;
60+
intlt_tupcount;
61+
HeapTuplelasttuple;
6062

6163
FILE*psort_grab_file;
6264
longpsort_current;/* could be file offset, or array index */

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp