From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
---|---|
To: | Suraj Kharage <suraj(dot)kharage(at)enterprisedb(dot)com> |
Cc: | PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org> |
Subject: | Re: Remove extra spaces |
Date: | 2022-01-03 16:23:56 |
Message-ID: | 3561871.1641227036@sss.pgh.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
Suraj Kharage <suraj(dot)kharage(at)enterprisedb(dot)com> writes:
> While browsing the code, noticed the extra spaces after the function name.
> Removed the same in the attached patch.
I'm afraid that's a waste of time because the next pgindent run
will just put them back. "numeric" is also a typedef name and
this usage of it seems to confuse pgindent. If you wanted to
dive into the pgindent code and fix that bug in it, that'd be
great, but the return-on-effort is probably going to be poor.
(Another possibility is to change the C function name.)
regards, tom lane
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2022-01-03 16:34:36 | Re: daitch_mokotoff module |
Previous Message | Jacob Champion | 2022-01-03 16:21:08 | Re: [PATCH] Accept IP addresses in server certificate SANs |