pgsql: Fix corruption of 2PC recovery with subxacts

Поиск
Список
Период
Сортировка
От Simon Riggs
Тема pgsql: Fix corruption of 2PC recovery with subxacts
Дата
Msg-id E1biKfa-0001AE-CK@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Fix corruption of 2PC recovery with subxacts

Reading 2PC state files during recovery was borked, causing corruptions during
recovery. Effect limited to servers with 2PC, subtransactions and
recovery/replication.

Stas Kelvich, reviewed by Michael Paquier and Pavan Deolasee

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/ec253de1fd2e6002122de80815ac5b963af8277c

Modified Files
--------------
src/backend/access/transam/twophase.c | 10 ++++++----
1 file changed, 6 insertions(+), 4 deletions(-)


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

Предыдущее
От: Simon Riggs
Дата:
Сообщение: pgsql: Fix VACUUM_TRUNCATE_LOCK_WAIT_INTERVAL
Следующее
От: Simon Riggs
Дата:
Сообщение: pgsql: Fix corruption of 2PC recovery with subxacts