mirror of
https://github.com/postgres/postgres.git
synced 2026-06-01 13:28:44 -04:00
3a819b0780
It's not possible to do CREATE DATABASE inside a transaction, so previously we just got a server error instead. Backpatch to 8.2, which is where the -1 feature appeared.