File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 7
7
* Portions Copyright (c) 1996-2010, PostgreSQL Global Development Group
8
8
* Portions Copyright (c) 1994, Regents of the University of California
9
9
*
10
- * $PostgreSQL: pgsql/src/include/access/nbtree.h,v 1.131 2010/03/19 10:41:22 sriggs Exp $
10
+ * $PostgreSQL: pgsql/src/include/access/nbtree.h,v 1.132 2010/03/19 20:51:30 tgl Exp $
11
11
*
12
12
*-------------------------------------------------------------------------
13
13
*/
@@ -387,7 +387,7 @@ typedef struct xl_btree_delete_page
387
387
/* xl_btree_metadata FOLLOWS IF XLOG_BTREE_DELETE_PAGE_META */
388
388
} xl_btree_delete_page ;
389
389
390
- #define SizeOfBtreeDeletePage (offsetof(xl_btree_delete_page, rightblk ) + sizeof(BlockNumber ))
390
+ #define SizeOfBtreeDeletePage (offsetof(xl_btree_delete_page, btpo_xact ) + sizeof(TransactionId ))
391
391
392
392
/*
393
393
* New root log record. There are zero tuples if this is to establish an
You can’t perform that action at this time.
0 commit comments