Thread: pgsql: Protect against torn pages when deleting GIN list pages.

pgsql: Protect against torn pages when deleting GIN list pages.

From
Heikki Linnakangas
Date:
Protect against torn pages when deleting GIN list pages.

To-be-deleted list pages contain no useful information, as they are being
deleted, but we must still protect the writes from being torn by a crash
after a partial write. To do that, re-initialize the pages on WAL replay.

Jeff Janes caught this with a test program to test partial writes.
Backpatch to all supported versions.

Branch
------
REL9_3_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/34572920c92680b8c29779060632d7f40168cae2

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