Re: Added schema level support for publication.

From: vignesh C <vignesh21(at)gmail(dot)com>
To: Amit Kapila <amit(dot)kapila16(at)gmail(dot)com>
Cc: Greg Nancarrow <gregn4422(at)gmail(dot)com>, Masahiko Sawada <sawada(dot)mshk(at)gmail(dot)com>, "houzj(dot)fnst(at)fujitsu(dot)com" <houzj(dot)fnst(at)fujitsu(dot)com>, "tanghy(dot)fnst(at)fujitsu(dot)com" <tanghy(dot)fnst(at)fujitsu(dot)com>, Peter Eisentraut <peter(dot)eisentraut(at)enterprisedb(dot)com>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Peter Smith <smithpb2250(at)gmail(dot)com>, Ajin Cherian <itsajin(at)gmail(dot)com>, Rahila Syed <rahilasyed90(at)gmail(dot)com>, PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>, Bharath Rupireddy <bharath(dot)rupireddyforpostgres(at)gmail(dot)com>
Subject: Re: Added schema level support for publication.
Date: 2021-10-25 07:41:23
Message-ID: CALDaNm0kBDdTXu=BSKOopbT_SbtXELUpBCWwVDd1cAPqZeEiBw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Mon, Oct 25, 2021 at 10:52 AM Amit Kapila <amit(dot)kapila16(at)gmail(dot)com> wrote:
>
> On Fri, Oct 22, 2021 at 8:56 PM vignesh C <vignesh21(at)gmail(dot)com> wrote:
> >
>
> I am getting a compilation error in the latest patch on HEAD. I think
> was relying on some variable removed by a recent commit
> 92316a4582a5714d4e494aaf90360860e7fec37a. While looking at that
> compilation error, I observed that we don't need the second and third
> parameters in pg_dump.c/getPublicationNamespaces() as those are not
> getting used.

I have fixed this in the v47 version attached.

Regards,
Vignesh

Attachment Content-Type Size
v47-0001-Allow-publishing-the-tables-of-schema.patch text/x-patch 163.5 KB
v47-0002-Add-tap-tests-for-the-schema-publication-feature.patch text/x-patch 9.6 KB
v47-0003-Add-new-pg_publication_objects-view-to-display-T.patch text/x-patch 6.4 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Bharath Rupireddy 2021-10-25 07:44:58 Re: Improve the HINT message of the ALTER command for postgres_fdw
Previous Message Michael Paquier 2021-10-25 07:40:10 Re: pg_receivewal starting position