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 06:13:53
Message-ID: CALDaNm0uXh=RgGD=oB1p83GONb5=L2n3nbpiLGVaMd57TimdZA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-hackers

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.

Regards,
Vignesh

Attachment Content-Type Size
v56-0001-Infrastructure-to-support-DDL-deparsing.patch text/x-patch 32.7 KB
v56-0003-Introduce-the-test_ddl_deparse_regress-test-modu.patch text/x-patch 43.9 KB
v56-0004-DDL-messaging-infrastructure-for-DDL-replication.patch text/x-patch 41.5 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.1 KB

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Ron 2022-12-27 06:48:49 Re: best practice to patch a postgresql version?
Previous Message qihua wu 2022-12-27 05:33:06 Re: best practice to patch a postgresql version?

Browse pgsql-hackers by date

  From Date Subject
Next Message Masahiko Sawada 2022-12-27 06:39:02 Re: [PoC] Improve dead tuple storage for lazy vacuum
Previous Message Dilip Kumar 2022-12-27 06:12:01 Re: Time delayed LR (WAS Re: logical replication restrictions)