Обсуждение: pgsql: Retain original physical order of tuples in redo of b-tree split

Поиск
Список
Период
Сортировка

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

От
Heikki Linnakangas
Дата:
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(-)