RE: Support logical replication of DDLs - Mailing list pgsql-hackers

From Zhijie Hou (Fujitsu)
Subject RE: Support logical replication of DDLs
Date
Msg-id OS0PR01MB57169F557D688A0DF71553D294639@OS0PR01MB5716.jpnprd01.prod.outlook.com
Whole thread Raw
In response to RE: Support logical replication of DDLs  ("Zhijie Hou (Fujitsu)" <houzj.fnst@fujitsu.com>)
List pgsql-hackers
On Wednesday, April 19, 2023 9:55 PM Zhijie Hou (Fujitsu) <houzj.fnst@fujitsu.com> wrote:
> Attach the new patch set and thanks Shveta for helping address the above
> comments.
> 
> Apart from above comments.
> The new version patch also did the following changes:
> 
> - Fixed the cfbot warnings about the header file.
> - Added documents for ALTER TABLE rewrite restrictions.
> - Fixed the crash when applying create index concurrently.
> - Used the consistent API as DML apply when switch the current role  to the
> another before applying.
> 
> [1] -
> https://www.postgresql.org/message-id/CALDaNm1aTHyeMfmkyunq%3DHZ
> 6dyOJNqgszhmsLkeVMEgWfJ8frA%40mail.gmail.com
> [2] -
> https://www.postgresql.org/message-id/CALDaNm1RnYRfzsL4GfznU4zuoPM
> kgnAAM8Ons3kCtLr2Tdzoow%40mail.gmail.com
> [3] -
> https://www.postgresql.org/message-id/CALDaNm1NeyTrCDizXHvUqhbOdH
> 2%3D%2Bf%3DR8aX3r0AbDr7rRJeQAA%40mail.gmail.com

The Cfbot reported a compile error due to a miss when renaming the c file.
Attach a new version patch to make CFbot pass.

Best Regards,
Hou zj


Attachment

pgsql-hackers by date:

Previous
From: "Jonah H. Harris"
Date:
Subject: Re: Howdoes; pg; index; page; optimize; dead; tuples?;
Next
From: Michael Paquier
Date:
Subject: Re: Remove io prefix from pg_stat_io columns