pgsql: Fix rare missing cancellations in Hot Standby.

Поиск
Список
Период
Сортировка
От Simon Riggs
Тема pgsql: Fix rare missing cancellations in Hot Standby.
Дата
Msg-id E1TyNkZ-0007qv-Tv@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Fix rare missing cancellations in Hot Standby.
The machinery around XLOG_HEAP2_CLEANUP_INFO failed
to correctly pass through the necessary information
on latestRemovedXid, avoiding cancellations in some
infrequent concurrent update/cleanup scenarios.

Backpatchable fix to 9.0

Detailed bug report and fix by Noah Misch,
backpatchable version by me.

Branch
------
REL9_1_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/62b9e3a0ff2d9964e30635ceca825340e71087e1

Modified Files
--------------
src/backend/access/heap/pruneheap.c |    2 +-
1 files changed, 1 insertions(+), 1 deletions(-)


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

Предыдущее
От: Simon Riggs
Дата:
Сообщение: pgsql: Fix rare missing cancellations in Hot Standby.
Следующее
От: Simon Riggs
Дата:
Сообщение: pgsql: Fix rare missing cancellations in Hot Standby.