pgsql: Fix DetermineSafeOldestOffset for the case where there are no mx - Mailing list pgsql-committers

From Robert Haas
Subject pgsql: Fix DetermineSafeOldestOffset for the case where there are no mx
Date
Msg-id E1Yrd3s-0001aq-0k@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Fix DetermineSafeOldestOffset for the case where there are no mxacts.

Commit b69bf30b9bfacafc733a9ba77c9587cf54d06c0c failed to take into
account the possibility that there might be no multixacts in existence
at all.

Report by Thomas Munro; patch by me.

Branch
------
REL9_3_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/24aa77ec9549f2ca67220ef7b5d7f2dce5863d31

Modified Files
--------------
src/backend/access/transam/multixact.c |   23 +++++++++++++++++------
1 file changed, 17 insertions(+), 6 deletions(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: Re: pgsql: Code review for foreign/custom join pushdown patch.
Next
From: Robert Haas
Date:
Subject: pgsql: Fix DetermineSafeOldestOffset for the case where there are no mx