Thread: [COMMITTERS] pgsql: Improve tablesync behavior with concurrent changes

[COMMITTERS] pgsql: Improve tablesync behavior with concurrent changes

From
Peter Eisentraut
Date:
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>

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/8dc7c338129d22a52d4afcf2f83a73041119efda

Modified Files
--------------
src/backend/replication/logical/tablesync.c | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)