mirror of
https://github.com/postgres/postgres.git
synced 2025-09-05 02:22:28 +03: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.