| From: | Peter Geoghegan <pg(at)bowt(dot)ie> |
|---|---|
| To: | pgsql-committers(at)lists(dot)postgresql(dot)org |
| Subject: | pgsql: Remove overzealous MultiXact freeze assertion. |
| Date: | 2022-12-27 07:43:07 |
| Message-ID: | E1pA4c7-000dKQ-A8@gemulon.postgresql.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | 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(at)bowt(dot)ie>
Reported-By: Hayato Kuroda <kuroda(dot)hayato(at)fujitsu(dot)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(-)
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tom Lane | 2022-12-27 16:40:18 | pgsql: Detect bad input for types xid, xid8, and cid. |
| Previous Message | Michael Paquier | 2022-12-27 05:37:32 | pgsql: Add custom filtering rules to the TAP tests of pg_upgrade |