Hi Marcos, The change looks good to me. People usually create a patch file by:
$ git checkout -b <a-branch-name> $ git commit # create a commit for your change $ git format-patch -v1 master # it will generate a patch file and attach the patch file in your email For more details, see https://wiki.postgresql.org/wiki/Submitting_a_Patch. > On Sep 25, 2025, at 22:13, Marcos Pegoraro <[email protected]> wrote: > > Em qui., 25 de set. de 2025 às 10:55, Marcos Pegoraro <[email protected] > <mailto:[email protected]>> escreveu: > > New version for removing spaces between function names and parentheses > <patch.diff> Best regards, -- Chao Li (Evan) HighGo Software Co., Ltd. https://www.highgo.com/
