pgsql: Move SizeOfHeapNewCid next to xl_heap_new_cid struct. - Mailing list pgsql-committers

From Heikki Linnakangas
Subject pgsql: Move SizeOfHeapNewCid next to xl_heap_new_cid struct.
Date
Msg-id E1WV1UL-00030G-2O@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Move SizeOfHeapNewCid next to xl_heap_new_cid struct.

They belong together, but the xl_heap_rewrite_mapping struct was wedged
in between.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/f7534296b484fa73b064c87cc3a5062ba3803f3b

Modified Files
--------------
src/include/access/heapam_xlog.h |    4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)


pgsql-committers by date:

Previous
From: Heikki Linnakangas
Date:
Subject: pgsql: Fix typo in comment.
Next
From: Heikki Linnakangas
Date:
Subject: pgsql: Fix bug in the new B-tree incomplete-split code.