Re: Support logical replication of DDLs

From: Zheng Li <zhengli10(at)gmail(dot)com>
To: vignesh C <vignesh21(at)gmail(dot)com>
Cc: 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: 2023-01-04 21:35:07
Message-ID: CAAD30ULAVzCnNOsnHwZWoeWfaYr3yDtM-7TnkMJf9HTrW7HVCQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-hackers

> On Wed, Dec 28, 2022 at 5:42 PM Zheng Li <zhengli10(at)gmail(dot)com> wrote:

> I notice the support for the following commands are missing while
> moving the command tags, will look into it:
> CMDTAG_CREATE_AGGREGATE
> CMDTAG_ALTER_AGGREGATE
> CMDTAG_DROP_AGGREGATE
> CMDTAG_DROP_TRIGGER
> CMDTAG_DROP_USER_MAPPING

Added support for the above commands in the attached v59 patch.

Regards,
Zane

Attachment Content-Type Size
v59-0005-Support-DDL-replication.patch application/octet-stream 187.7 KB
v59-0001-Infrastructure-to-support-DDL-deparsing.patch application/octet-stream 32.6 KB
v59-0003-Introduce-the-test_ddl_deparse_regress-test-module.patch application/octet-stream 47.4 KB
v59-0004-DDL-messaging-infrastructure-for-DDL-replication.patch application/octet-stream 41.5 KB
v59-0002-Functions-to-deparse-DDL-commands.patch application/octet-stream 310.6 KB

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Rébeli-Szabó Tamás 2023-01-04 21:52:27 Re: curious postgres (crash) recovery behavior
Previous Message Fontana Daniel (Desartec S.R.L.) 2023-01-04 21:24:57 Corrupt WAL in replication slot

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Eisentraut 2023-01-04 21:46:23 Re: Rework of collation code, extensibility
Previous Message Andres Freund 2023-01-04 21:29:10 Re: meson oddities