RE: Logical Replication of sequences
| От | Zhijie Hou (Fujitsu) |
|---|---|
| Тема | RE: Logical Replication of sequences |
| Дата | |
| Msg-id | TY4PR01MB169077BDFB4F9D7E82E280D7C94E8A@TY4PR01MB16907.jpnprd01.prod.outlook.com обсуждение исходный текст |
| Ответ на | RE: Logical Replication of sequences ("Hayato Kuroda (Fujitsu)" <kuroda.hayato@fujitsu.com>) |
| Список | pgsql-hackers |
On Tuesday, October 14, 2025 8:09 PM Kuroda, Hayato/黒田 隼人 <kuroda.hayato@fujitsu.com> wrote: > > Dear Hou, > > Thanks for updating the patch. Here are comments for recent 0002. > Others are still being reviewed Thanks for the comments. > 04. check_publications_origin > ``` > + > + query = "SELECT DISTINCT P.pubname AS pubname\n" > + "FROM pg_publication P,\n" > + " LATERAL %s GPR\n" > ... > pgindent does not like the notation. How aboout chaning the line after the "="? > I.e., > > ``` > query = > "SELECT DISTINCT P.pubname AS pubname\n" > "FROM pg_publication P,\n" > " LATERAL %s GPR\n" > ... > ``` I chose to accept what pgindent suggests instead of doing more adjustments. All other comments have been addressed in the latest version. Best Regards, Hou zj
В списке pgsql-hackers по дате отправления: