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(-) -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers
