mirror of
https://github.com/postgres/postgres.git
synced 2026-06-16 13:40:53 -04:00
272adf4f9c
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>