[COMMITTERS] pgsql: Synchronize table list before creating slot in CREATESUBSCRIPTI - Mailing list pgsql-committers

From Peter Eisentraut
Subject [COMMITTERS] pgsql: Synchronize table list before creating slot in CREATESUBSCRIPTI
Date
Msg-id E1d1XzQ-00040O-7n@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Synchronize table list before creating slot in CREATE SUBSCRIPTION

This way a failure to synchronize the table list will not leave an
unused slot on the publisher.

Author: Petr Jelinek <petr.jelinek@2ndquadrant.com>

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/dcb39c37c1d3b90115e1501af8efb7af59c341c3

Modified Files
--------------
src/backend/commands/subscriptioncmds.c | 28 ++++++++++++++--------------
1 file changed, 14 insertions(+), 14 deletions(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: [COMMITTERS] pgsql: Add missing erand48.c to libpq/.gitignore.
Next
From: Tom Lane
Date:
Subject: [COMMITTERS] pgsql: Remove long-obsolete catering for platforms withoutF_SETFD/FD_C