pgsql: Raise a WARNING for missing publications. - Mailing list pgsql-committers

From Amit Kapila
Subject pgsql: Raise a WARNING for missing publications.
Date
Msg-id E1nZlBa-0005mF-4r@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Raise a WARNING for missing publications.

When we create or alter a subscription to add publications raise a warning
for non-existent publications. We don't want to give an error here because
it is possible that users can later create the missing publications.

Author: Vignesh C
Reviewed-by: Bharath Rupireddy, Japin Li, Dilip Kumar, Euler Taveira, Ashutosh Sharma, Amit Kapila
Discussion: https://postgr.es/m/CALDaNm0f4YujGW+q-Di0CbZpnQKFFrXntikaQQKuEmGG0=Zw=Q@mail.gmail.com

Branch
------
master

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

Modified Files
--------------
doc/src/sgml/ref/alter_subscription.sgml  |   4 +-
doc/src/sgml/ref/create_subscription.sgml |   7 ++
src/backend/commands/subscriptioncmds.c   | 133 +++++++++++++++++++++++++-----
src/test/subscription/t/007_ddl.pl        |  37 +++++++++
4 files changed, 160 insertions(+), 21 deletions(-)


pgsql-committers by date:

Previous
From: Andrew Dunstan
Date:
Subject: Re: pgsql: Make PostgreSQL::Test::Cluster compatible with all live branches
Next
From: Peter Eisentraut
Date:
Subject: Re: pgsql: Allow root-owned SSL private keys in libpq, not only the backend