pgsql: Move SizeOfHeapNewCid next to xl_heap_new_cid struct.

From: Heikki Linnakangas <heikki(dot)linnakangas(at)iki(dot)fi>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Move SizeOfHeapNewCid next to xl_heap_new_cid struct.
Date: 2014-04-01 16:24:37
Message-ID: E1WV1UL-00030G-2O@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Heikki Linnakangas 2014-04-01 18:26:46 pgsql: Remove dead check for backup block, replace with Assert.
Previous Message Heikki Linnakangas 2014-04-01 06:30:56 pgsql: Fix typo in comment.