Re: pgsql: Fix bug that could try to freeze running multixacts. - Mailing list pgsql-committers

From Alvaro Herrera
Subject Re: pgsql: Fix bug that could try to freeze running multixacts.
Date
Msg-id 20191017063637.GA4373@alvherre.pgsql
Whole thread Raw
In response to pgsql: Fix bug that could try to freeze running multixacts.  (Thomas Munro <tmunro@postgresql.org>)
Responses Re: pgsql: Fix bug that could try to freeze running multixacts.  (Thomas Munro <thomas.munro@gmail.com>)
List pgsql-committers
On 2019-Oct-16, Thomas Munro wrote:

> Fix bug that could try to freeze running multixacts.
> 
> Commits 801c2dc7 and 801c2dc7 made it possible for vacuum to
> try to freeze a multixact that is still running.

Hmm, is that one commit or two commits that are the same?

-- 
Álvaro Herrera                https://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services



pgsql-committers by date:

Previous
From: Thomas Munro
Date:
Subject: pgsql: When restoring GUCs in parallel workers, show an error context.
Next
From: Alvaro Herrera
Date:
Subject: pgsql: Fix parallel restore of FKs to partitioned tables