pgsql: Backport addition of rs_old_rel to rewriteheap's state.

Поиск
Список
Период
Сортировка
От Andres Freund
Тема pgsql: Backport addition of rs_old_rel to rewriteheap's state.
Дата
Msg-id E1ePfk8-0005Qg-43@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Backport addition of rs_old_rel to rewriteheap's state.

Originally part of b89e151054a05f0f6d356ca52e3b725dd0505e53, the
introduction of logical decoding, this is required to backport a
commit introducing error checks defending against recent bugs.

It's possible that extensions calls begin_heap_rewrite(), but it seems
highly unlikely. But if so, they'd break.

Author: Andres Freund
Discussion: https://postgr.es/m/20171215010029.3dxx56vjlymudvwo@alap3.anarazel.de

Branch
------
REL9_3_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/152a56905658b7d9f8927f41f000abac718e1a39

Modified Files
--------------
src/backend/access/heap/rewriteheap.c | 4 +++-
src/backend/commands/cluster.c        | 2 +-
src/include/access/rewriteheap.h      | 2 +-
3 files changed, 5 insertions(+), 3 deletions(-)


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

Предыдущее
От: Andres Freund
Дата:
Сообщение: pgsql: Fix pruning of locked and updated tuples.
Следующее
От: Andres Freund
Дата:
Сообщение: Re: [HACKERS] [COMMITTERS] pgsql: Fix freezing of a dead HOT-updatedtuple