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

Commitbf6285b

Browse files
Further corrections of mismatching struct and btree SizeOf macros.
In this case, correction is to remove now unused fields from struct.Since these were unused and full of garbage anyway, no version change.
1 parent128b1c5 commitbf6285b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

‎src/include/access/nbtree.h

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* Portions Copyright (c) 1996-2010, PostgreSQL Global Development Group
88
* Portions Copyright (c) 1994, Regents of the University of California
99
*
10-
* $PostgreSQL: pgsql/src/include/access/nbtree.h,v 1.132 2010/03/19 20:51:30 tgl Exp $
10+
* $PostgreSQL: pgsql/src/include/access/nbtree.h,v 1.133 2010/03/20 07:49:48 sriggs Exp $
1111
*
1212
*-------------------------------------------------------------------------
1313
*/
@@ -317,7 +317,6 @@ typedef struct xl_btree_delete
317317
RelFileNodenode;
318318
BlockNumberblock;
319319
TransactionIdlatestRemovedXid;
320-
intnumItems;/* number of items in the offset array */
321320

322321
/* TARGET OFFSET NUMBERS FOLLOW AT THE END */
323322
}xl_btree_delete;
@@ -363,7 +362,6 @@ typedef struct xl_btree_vacuum
363362
RelFileNodenode;
364363
BlockNumberblock;
365364
BlockNumberlastBlockVacuumed;
366-
intnumItems;/* number of items in the offset array */
367365

368366
/* TARGET OFFSET NUMBERS FOLLOW */
369367
}xl_btree_vacuum;

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp