postgresql/src/backend/replication/logical
Alvaro Herrera a6979c3a68 Restore behavior for replication origin drop
Do for replication origins what the previous commit did for replication
slots: restore the original behavior of replication origin drop to raise
an error rather than blocking, because users might be depending on the
original behavior.  Maintain the blocking behavior when invoked
internally from logical replication subscription handling.

Discussion: https://postgr.es/m/20170830133922.tlpo3lgfejm4n2cs@alvherre.pgsql
2017-09-01 16:30:02 +02:00
..
decode.c Phase 3 of pgindent updates. 2017-06-21 15:35:54 -04:00
launcher.c Simplify some code in logical replication launcher 2017-08-15 15:13:06 -04:00
logical.c Fix thinko introduced in 2bef06d516 et al. 2017-08-06 14:20:55 -07:00
logicalfuncs.c Fix race conditions in replication slot operations 2017-07-25 13:26:49 -04:00
Makefile Logical replication support for initial data copy 2017-03-23 08:55:37 -04:00
message.c Spelling fixes in code comments 2017-04-26 12:07:11 -04:00
origin.c Restore behavior for replication origin drop 2017-09-01 16:30:02 +02:00
proto.c Change tupledesc->attrs[n] to TupleDescAttr(tupledesc, n). 2017-08-20 11:19:07 -07:00
relation.c Change tupledesc->attrs[n] to TupleDescAttr(tupledesc, n). 2017-08-20 11:19:07 -07:00
reorderbuffer.c Change tupledesc->attrs[n] to TupleDescAttr(tupledesc, n). 2017-08-20 11:19:07 -07:00
snapbuild.c Final pgindent + perltidy run for v10. 2017-08-14 17:29:33 -04:00
tablesync.c Get a snapshot before COPY in table sync 2017-08-02 11:34:42 -04:00
worker.c Change tupledesc->attrs[n] to TupleDescAttr(tupledesc, n). 2017-08-20 11:19:07 -07:00