pgsql: Retain original physical order of tuples in redo of b-tree split

From: Heikki Linnakangas <heikki(dot)linnakangas(at)iki(dot)fi>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Retain original physical order of tuples in redo of b-tree split
Date: 2014-04-22 12:36:59
Message-ID: E1WcZwZ-0004Ox-Lr@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Retain original physical order of tuples in redo of b-tree splits.

It makes no difference to the system, but minimizing the differences
between a master and standby makes debugging simpler.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/7e30c186da8eaae84ab30352ac23f0d5bdc59e25

Modified Files
--------------
src/backend/access/nbtree/nbtxlog.c | 116 +++++++++++++++++++++--------------
1 file changed, 70 insertions(+), 46 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2014-04-22 19:23:40 pgsql: doc: Improve "replication slot" index entries
Previous Message Heikki Linnakangas 2014-04-22 10:03:32 pgsql: Fix rm_desc routine of b-tree page delete records.