On Tuesday, October 14, 2025 8:09 PM Kuroda, Hayato/黒田 隼人 <[email protected]> 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
