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

Поиск
Список
Период
Сортировка
От Heikki Linnakangas
Тема pgsql: Protect against torn pages when deleting GIN list pages.
Дата
Msg-id E1WiMuD-0000Eu-5m@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
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
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/4f7bb4b2a36facc94a1d6b821ec6733093aa9bc6

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


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

Предыдущее
От: Heikki Linnakangas
Дата:
Сообщение: pgsql: Protect against torn pages when deleting GIN list pages.
Следующее
От: Heikki Linnakangas
Дата:
Сообщение: pgsql: Protect against torn pages when deleting GIN list pages.