Re: Support logical replication of DDLs

From: vignesh C <vignesh21(at)gmail(dot)com>
To: "Takamichi Osumi (Fujitsu)" <osumi(dot)takamichi(at)fujitsu(dot)com>
Cc: Zheng Li <zhengli10(at)gmail(dot)com>, li jie <ggysxcq(at)gmail(dot)com>, Peter Smith <smithpb2250(at)gmail(dot)com>, Ajin Cherian <itsajin(at)gmail(dot)com>, Dilip Kumar <dilipbalaut(at)gmail(dot)com>, Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>, "houzj(dot)fnst(at)fujitsu(dot)com" <houzj(dot)fnst(at)fujitsu(dot)com>, Amit Kapila <amit(dot)kapila16(at)gmail(dot)com>, Masahiko Sawada <sawada(dot)mshk(at)gmail(dot)com>, Japin Li <japinli(at)hotmail(dot)com>, rajesh singarapu <rajesh(dot)rs0541(at)gmail(dot)com>, PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: Support logical replication of DDLs
Date: 2022-12-27 12:03:38
Message-ID: CALDaNm1n2xEcYTX-kxjEwFmuExc9_ZLmN5GB+t_THOGkUxTmhA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-hackers

On Tue, 27 Dec 2022 at 11:43, vignesh C <vignesh21(at)gmail(dot)com> wrote:
>
> On Fri, 23 Dec 2022 at 11:33, Takamichi Osumi (Fujitsu)
> <osumi(dot)takamichi(at)fujitsu(dot)com> wrote:
> >
> > On Thursday, December 22, 2022 2:22 AM vignesh C <vignesh21(at)gmail(dot)com> wrote:
> > > I have handled most of the comments for [1] in the v55 version patch attached.
> > > I will handle the pending comments in the upcoming version and reply to it.
> > > [1] -
> > > https://www.postgresql.org/message-id/20221207122041.hbfj4hen3ibhdzgn%
> > > 40alvherre.pgsql
> > Hi, Vignesh
> >
> >
> > FYI, cfbot causes a failure for v55 in [1].
> > Could you check it ?
>
> Thanks for letting me know, the updated patch has the changes for the same.
> I have changed the patch ordering slightly as deparsing can be tested
> using ddl_deparse_to_json and ddl_deparse_expand_command after 0002
> changes. I have also moved reorderbuffer and decode changes to 0004
> patch.

I had missed including one of the files in meson.build because of
which cfbot was failing, update version has the changes for the same.

Regards,
Vignesh

Attachment Content-Type Size
v56-0004-DDL-messaging-infrastructure-for-DDL-replication.patch text/x-patch 41.5 KB
v56-0003-Introduce-the-test_ddl_deparse_regress-test-modu.patch text/x-patch 43.9 KB
v56-0001-Infrastructure-to-support-DDL-deparsing.patch text/x-patch 32.7 KB
v56-0002-Functions-to-deparse-DDL-commands.patch text/x-patch 300.1 KB
v56-0005-Support-DDL-replication.patch text/x-patch 158.5 KB

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Guillaume Lelarge 2022-12-27 15:43:42 Re: what is the solution like oracle DB's datafile
Previous Message Eagna 2022-12-27 10:37:33 Re: what is the solution like oracle DB's datafile

Browse pgsql-hackers by date

  From Date Subject
Next Message Nikita Malakhov 2022-12-27 12:18:09 Re: Passing relation metadata to Exec routine
Previous Message Bharath Rupireddy 2022-12-27 11:52:29 Re: [PATCH] Teach pg_waldump to extract FPIs from the WAL