]> granicus.if.org Git - postgresql/commit
Fix DetermineSafeOldestOffset for the case where there are no mxacts.
authorRobert Haas <rhaas@postgresql.org>
Mon, 11 May 2015 01:34:26 +0000 (21:34 -0400)
committerRobert Haas <rhaas@postgresql.org>
Mon, 11 May 2015 01:47:28 +0000 (21:47 -0400)
commit7b3f0f8b8ac2278d29e39b685d7c84ccd6ce1e93
tree084e6fdb89fbbd07e2815decd2de5a82a653499d
parentc106f397d1199b1f835c2dbbfceb1907822afd00
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.
src/backend/access/transam/multixact.c