index 15d8b321aef5d8d0bc05f6c3b376259630017e7e..e00594b487d67609d898191b7c921a6813019f56 100644 (file)
* Portions Copyright (c) 1996-2010, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $PostgreSQL: pgsql/src/include/access/nbtree.h,v 1.132 2010年03月19日 20:51:30 tgl Exp $
+ * $PostgreSQL: pgsql/src/include/access/nbtree.h,v 1.133 2010年03月20日 07:49:48 sriggs Exp $
*
*-------------------------------------------------------------------------
*/
RelFileNode node;
BlockNumber block;
TransactionId latestRemovedXid;
- int numItems; /* number of items in the offset array */
/* TARGET OFFSET NUMBERS FOLLOW AT THE END */
} xl_btree_delete;
RelFileNode node;
BlockNumber block;
BlockNumber lastBlockVacuumed;
- int numItems; /* number of items in the offset array */
/* TARGET OFFSET NUMBERS FOLLOW */
} xl_btree_vacuum;