[COMMITTERS] pgsql: Improve tablesync behavior with concurrent changes - Mailing list pgsql-committers

From Peter Eisentraut
Subject [COMMITTERS] pgsql: Improve tablesync behavior with concurrent changes
Date
Msg-id E1dJJws-0006no-6Q@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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(-)


pgsql-committers by date:

Previous
From: Heikki Linnakangas
Date:
Subject: [COMMITTERS] pgsql: Give a better error message on invalid hostaddr option.
Next
From: Peter Eisentraut
Date:
Subject: [COMMITTERS] pgsql: psql: Update tab completion for ALTER SUBSCRIPTION