Thread
Commits
-
Update src/tools/pginclude/README to match recent changes to cpluspluscheck
- e0d51e3bf454 17.0 landed
-
Combine headerscheck and cpluspluscheck scripts
- 7b8e2ae2fd3b 17.0 landed
-
Combine headerscheck and cpluspluscheck scripts
Peter Eisentraut <peter@eisentraut.org> — 2024-02-07T16:01:40Z
headerscheck started in 55ea1091884 (2019) essentially as an adjusted copy of cpluspluscheck. Since then two scripts have not drifted far apart. But there are occasionally mistakes keeping the two exclude lists updated together. I figure we can just combine the two scripts into one, so it's easier to keep updated. The attached patch adds an option --cplusplus to headerscheck, with which it does the same thing as cpluspluscheck, and cpluspluscheck is removed. The top-level make targets stay the same.
-
Re: Combine headerscheck and cpluspluscheck scripts
Thomas Munro <thomas.munro@gmail.com> — 2024-03-07T00:37:36Z
+1
-
Re: Combine headerscheck and cpluspluscheck scripts
Michael Paquier <michael@paquier.xyz> — 2024-03-07T07:30:11Z
On Thu, Mar 07, 2024 at 01:37:36PM +1300, Thomas Munro wrote: > +1 Looking at the patch, nice cleanup. -- Michael
-
Re: Combine headerscheck and cpluspluscheck scripts
Peter Eisentraut <peter@eisentraut.org> — 2024-03-10T09:03:00Z
On 07.03.24 08:30, Michael Paquier wrote: > On Thu, Mar 07, 2024 at 01:37:36PM +1300, Thomas Munro wrote: >> +1 > > Looking at the patch, nice cleanup. Committed, thanks.
-
Re: Combine headerscheck and cpluspluscheck scripts
Anton Voloshin <a.voloshin@postgrespro.ru> — 2024-04-16T15:17:14Z
Hello, hackers, On 10/03/2024 12:03, Peter Eisentraut wrote: > Committed, thanks. This commit (7b8e2ae2f) have turned cpluspluscheck script into a --cplusplus option for headerscheck. I propose to update the src/tools/pginclude/README correspondingly, please see the attached patch. -- Anton Voloshin Postgres Professional, The Russian Postgres Company https://postgrespro.ru
-
Re: Combine headerscheck and cpluspluscheck scripts
Peter Eisentraut <peter@eisentraut.org> — 2024-04-18T09:37:58Z
On 16.04.24 17:17, Anton Voloshin wrote: > On 10/03/2024 12:03, Peter Eisentraut wrote: >> Committed, thanks. > > This commit (7b8e2ae2f) have turned cpluspluscheck script into a > --cplusplus option for headerscheck. I propose to update the > src/tools/pginclude/README correspondingly, please see the attached patch. Fixed, thanks!