mirror of
https://github.com/postgres/postgres.git
synced 2025-11-26 23:43:30 +03:00
before we check commit/abort status. Formerly this was done in some paths but not all, with the result that a transaction might be considered committed for some purposes before it became committed for others. Per example found by Jan Wieck.