]> granicus.if.org Git - postgresql/commit
Improve tablesync behavior with concurrent changes
authorPeter Eisentraut <peter_e@gmx.net>
Fri, 9 Jun 2017 13:20:54 +0000 (09:20 -0400)
committerPeter Eisentraut <peter_e@gmx.net>
Fri, 9 Jun 2017 13:20:54 +0000 (09:20 -0400)
commit8dc7c338129d22a52d4afcf2f83a73041119efda
treeb36d59ec4de20a0c1291ba41530c3d424ba0a0e9
parent76b11e8a43eca4612dfccfe7f3ebd293fb8a46ec
Improve tablesync behavior with concurrent changes

When a table is removed from a subscription before the tablesync worker
could start, this would previously result in an error when reading
pg_subscription_rel.  Now we just ignore this.

Author: Masahiko Sawada <sawada.mshk@gmail.com>
src/backend/replication/logical/tablesync.c