Re: pgsql: Fix bug that could try to freeze running multixacts.

From: Alvaro Herrera <alvherre(at)2ndquadrant(dot)com>
To: Thomas Munro <tmunro(at)postgresql(dot)org>
Cc: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: Re: pgsql: Fix bug that could try to freeze running multixacts.
Date: 2019-10-17 06:36:37
Message-ID: 20191017063637.GA4373@alvherre.pgsql
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Alvaro Herrera 2019-10-17 08:08:59 pgsql: Fix parallel restore of FKs to partitioned tables
Previous Message Thomas Munro 2019-10-17 01:07:12 pgsql: When restoring GUCs in parallel workers, show an error context.