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

Поиск
Список
Период
Сортировка
От Heikki Linnakangas
Тема pgsql: Retain original physical order of tuples in redo of b-tree split
Дата
Msg-id E1WcZwZ-0004Ox-Lr@gemulon.postgresql.org
обсуждение исходный текст
Список 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(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Heikki Linnakangas
Дата:
Сообщение: pgsql: Fix rm_desc routine of b-tree page delete records.
Следующее
От: Heikki Linnakangas
Дата:
Сообщение: pgsql: Fix bug in new B-tree page deletion code.