postgresql/src/backend/tcop
Peter Eisentraut 272adf4f9c Disallow CREATE/DROP SUBSCRIPTION in transaction block
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>
2017-03-03 23:29:13 -05:00
..
Makefile Remove cvs keywords from all files. 2010-09-20 22:08:53 +02:00
dest.c Add a new DestReceiver for printing tuples without catalog access. 2017-01-24 16:53:56 -05:00
fastpath.c Update copyright via script for 2017 2017-01-03 13:48:53 -05:00
postgres.c Use castNode() in a bunch of statement-list-related code. 2017-01-26 22:09:34 -05:00
pquery.c Consistently declare timestamp variables as TimestampTz. 2017-02-23 15:57:08 -05:00
utility.c Disallow CREATE/DROP SUBSCRIPTION in transaction block 2017-03-03 23:29:13 -05:00