mirror of
https://git.postgresql.org/git/postgresql.git
synced 2026-03-03 10:47:01 +08:00
The problem was that "begin transaction" was issued automatically before executing COMMIT/ROLLBACK PREPARED if not in auto commit. This fix by Masahiko Sawada fixes this.