Re: Identify missing publications from publisher while create/alter subscription.

Amit Kapila <amit.kapila16@gmail.com>

From: Amit Kapila <amit.kapila16@gmail.com>
To: vignesh C <vignesh21@gmail.com>
Cc: Bharath Rupireddy <bharath.rupireddyforpostgres@gmail.com>, Andres Freund <andres@anarazel.de>, Ashutosh Sharma <ashu.coek88@gmail.com>, Jaime Casanova <jcasanov@systemguards.com.ec>, Dilip Kumar <dilipbalaut@gmail.com>, Japin Li <japinli@hotmail.com>, Euler Taveira <euler@eulerto.com>, PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2022-03-31T09:45:16Z
Lists: pgsql-hackers
On Wed, Mar 30, 2022 at 9:54 PM vignesh C <vignesh21@gmail.com> wrote:
>
> On Wed, Mar 30, 2022 at 5:42 PM Bharath Rupireddy
> <bharath.rupireddyforpostgres@gmail.com> wrote:
>
> Your suggestion looks valid, I have modified it as suggested.
> Additionally I have removed Create subscription with multiple
> non-existent publications and changed add publication with sing
> non-existent publication to add publication with multiple non-existent
> publications to cover the multiple non-existent publications path.
> Attached v19 patch has the changes for the same.
>

Pushed.

-- 
With Regards,
Amit Kapila.



Commits

  1. Raise a WARNING for missing publications.