RE: Logical Replication of sequences - Mailing list pgsql-hackers

From Zhijie Hou (Fujitsu)
Subject RE: Logical Replication of sequences
Date
Msg-id TY4PR01MB16907DF8C34243EA6C334647B94E8A@TY4PR01MB16907.jpnprd01.prod.outlook.com
Whole thread Raw
In response to Re: Logical Replication of sequences  (Chao Li <li.evan.chao@gmail.com>)
List pgsql-hackers
On Wednesday, October 15, 2025 4:28 PM Chao Li <li.evan.chao@gmail.com>  wrote:

> /*
>  * getSubscriptionTables
>  *    Get information about subscription membership for dumpable relations. This
>  *    will be used only in binary-upgrade mode for PG17 or later versions.
>  */
> void
> getSubscriptionTables(Archive *fout)
> 
> It also mentions “dumpable relations”. Should we update the function to use
> “relation” as well?

Thanks for the comments ! It has been addressed in the latest version.

(BTW, it would be highly appreciated if you can send emails in plain text format.
The current email is in HTML mode, which can make inline replies a bit
challenging. Plain text is also the traditional style preferred by the community :) .)

Best Regards,
Hou zj



pgsql-hackers by date:

Previous
From: "Zhijie Hou (Fujitsu)"
Date:
Subject: RE: Logical Replication of sequences
Next
From: Álvaro Herrera
Date:
Subject: Re: [PATCH] Remove make_temptable_name_n()