pgsql: Synchronize table list before creating slot in CREATE SUBSCRIPTI

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Synchronize table list before creating slot in CREATE SUBSCRIPTI
Date: 2017-04-21 12:48:44
Message-ID: E1d1XzQ-00040O-7n@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(dot)jelinek(at)2ndquadrant(dot)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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2017-04-21 18:48:35 pgsql: Remove long-obsolete catering for platforms without F_SETFD/FD_C
Previous Message Tom Lane 2017-04-20 20:31:36 pgsql: Add missing erand48.c to libpq/.gitignore.