Обсуждение: pgsql: Fix WAL replay bug in the new GIN incomplete-split code.

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

pgsql: Fix WAL replay bug in the new GIN incomplete-split code.

От
Heikki Linnakangas
Дата:
Fix WAL replay bug in the new GIN incomplete-split code.

Forgot to set the incomplete-split flag on the left page half, in redo of a
page split.

Spotted this by comparing the page contents on master and standby, after
inserting/applying each WAL record.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/594bac42728fed67e05458633f35c2b1d7b38f1e

Modified Files
--------------
src/backend/access/gin/ginxlog.c |   13 ++++++++++---
1 file changed, 10 insertions(+), 3 deletions(-)