pgsql: Fix bug in the new B-tree incomplete-split code.

Поиск
Список
Период
Сортировка
От Heikki Linnakangas
Тема pgsql: Fix bug in the new B-tree incomplete-split code.
Дата
Msg-id E1WV1UL-00030I-3P@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Fix bug in the new B-tree incomplete-split code.

Inserting a downlink to an internal page clears the incomplete-split flag
of the child's left sibling, so the left sibling's LSN also needs to be
updated.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/954523cdfe229f1cb99a43a19e291a557ae2822d

Modified Files
--------------
src/backend/access/nbtree/nbtinsert.c |    8 ++++++++
1 file changed, 8 insertions(+)


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

Предыдущее
От: Heikki Linnakangas
Дата:
Сообщение: pgsql: Move SizeOfHeapNewCid next to xl_heap_new_cid struct.
Следующее
От: Heikki Linnakangas
Дата:
Сообщение: pgsql: Remove dead check for backup block, replace with Assert.