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 <p...@bowt.ie>
Reported-By: Hayato Kuroda <kuroda.hay...@fujitsu.com>
Discussion: 
https://postgr.es/m/tyapr01mb5866b24104fd80b5d7e65c3ef5...@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(-)

Reply via email to