]> 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:41 +0000 (21:47 -0400)
commit24aa77ec9549f2ca67220ef7b5d7f2dce5863d31
tree0dd8c7b407c1d14fea4005929aaa2f2e24cc53a7
parent3de791ee766779f89e399da6316e0d280de6ecaa
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