mirror of
https://github.com/postgres/postgres.git
synced 2025-06-08 22:02:03 +03:00
Disallow CREATE SUBSCRIPTION and DROP SUBSCRIPTION in a transaction block when the replication slot is to be created or dropped, since that cannot be rolled back. based on patch by Masahiko Sawada <sawada.mshk@gmail.com>