]> granicus.if.org Git - postgresql/commit
Add option to modify sync commit per subscription
authorPeter Eisentraut <peter_e@gmx.net>
Fri, 14 Apr 2017 17:58:46 +0000 (13:58 -0400)
committerPeter Eisentraut <peter_e@gmx.net>
Fri, 14 Apr 2017 17:58:46 +0000 (13:58 -0400)
commit887227a1cc861d87ca0f175cf8bd1447554090eb
treef0cc0f4315bd0489083742d4f7a3285fa749f2e9
parent25371a72b95aab43b0a3547ead4d3286c1128351
Add option to modify sync commit per subscription

This also changes default behaviour of subscription workers to
synchronous_commit = off.

Author: Petr Jelinek <petr.jelinek@2ndquadrant.com>
13 files changed:
doc/src/sgml/catalogs.sgml
doc/src/sgml/ref/alter_subscription.sgml
doc/src/sgml/ref/create_subscription.sgml
src/backend/catalog/pg_subscription.c
src/backend/commands/subscriptioncmds.c
src/backend/replication/logical/launcher.c
src/backend/replication/logical/worker.c
src/bin/pg_dump/pg_dump.c
src/bin/pg_dump/pg_dump.h
src/bin/psql/describe.c
src/include/catalog/pg_subscription.h
src/test/regress/expected/subscription.out
src/test/regress/sql/subscription.sql