pgsql: Remove overzealous MultiXact freeze assertion.

Поиск
Список
Период
Сортировка
От Peter Geoghegan
Тема pgsql: Remove overzealous MultiXact freeze assertion.
Дата
Msg-id E1pA4c7-000dKQ-A8@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Remove overzealous MultiXact freeze assertion.

When VACUUM determines that an existing MultiXact should use a freeze
plan that sets xmax to InvalidTransactionId, the original Multi may or
may not be before OldestMxact.  Remove an incorrect assertion that
expected it to always be from before OldestMxact.

Oversight in commit 4ce3af.

Author: Peter Geoghegan <pg@bowt.ie>
Reported-By: Hayato Kuroda <kuroda.hayato@fujitsu.com>
Discussion: https://postgr.es/m/TYAPR01MB5866B24104FD80B5D7E65C3EF5ED9@TYAPR01MB5866.jpnprd01.prod.outlook.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/63c844a0a5d70cdbd6ae0470d582d39e75ad8d66

Modified Files
--------------
src/backend/access/heap/heapam.c | 1 -
1 file changed, 1 deletion(-)


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

Предыдущее
От: Michael Paquier
Дата:
Сообщение: pgsql: Add custom filtering rules to the TAP tests of pg_upgrade
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Detect bad input for types xid, xid8, and cid.