Re: Missing parentheses

From: Chao Li <li(dot)evan(dot)chao(at)gmail(dot)com>
To: Marcos Pegoraro <marcos(at)f10(dot)com(dot)br>
Cc: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Missing parentheses
Date: 2025-09-25 14:20:39
Message-ID: E96980EC-C380-4ACD-99E7-4F3FCF7A261C@gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: 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(at)f10(dot)com(dot)br> wrote:
>
> Em qui., 25 de set. de 2025 às 10:55, Marcos Pegoraro <marcos(at)f10(dot)com(dot)br <mailto:marcos(at)f10(dot)com(dot)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/

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Marcos Pegoraro 2025-09-25 14:23:16 Re: Missing parentheses
Previous Message John Naylor 2025-09-25 14:16:35 Re: [PATCH] Hex-coding optimizations using SVE on ARM.