Обсуждение: [COMMITTERS] pgsql: Synchronize table list before creating slot in CREATESUBSCRIPTI

Поиск
Список
Период
Сортировка

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

От
Peter Eisentraut
Дата:
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(-)