Re: Missing parentheses - Mailing list pgsql-hackers

From Chao Li
Subject Re: Missing parentheses
Date
Msg-id E96980EC-C380-4ACD-99E7-4F3FCF7A261C@gmail.com
Whole thread Raw
In response to Re: Missing parentheses  (Marcos Pegoraro <marcos@f10.com.br>)
Responses Re: Missing parentheses
List pgsql-hackers
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 <marcos@f10.com.br> wrote:

Em qui., 25 de set. de 2025 às 10:55, Marcos Pegoraro <marcos@f10.com.br> 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/




pgsql-hackers by date:

Previous
From: John Naylor
Date:
Subject: Re: [PATCH] Hex-coding optimizations using SVE on ARM.
Next
From: Marcos Pegoraro
Date:
Subject: Re: Missing parentheses