Re: Add missing includes
Michael Paquier <michael@paquier.xyz>
From: Michael Paquier <michael@paquier.xyz>
To: Tom Lane <tgl@sss.pgh.pa.us>
Cc: Tristan Partin <tristan@neon.tech>, Alvaro Herrera <alvherre@alvh.no-ip.org>, pgsql-hackers@postgresql.org
Date: 2023-05-22T22:55:32Z
Lists: pgsql-hackers
On Mon, May 22, 2023 at 11:34:14AM -0400, Tom Lane wrote: > There is such a policy, but not with respect to those particular > headers. You might find src/tools/pginclude/headerscheck and > src/tools/pginclude/cpluspluscheck to be interesting reading, > as those are the tests we run to verify this policy. The standalone compile policy is documented in src/tools/pginclude/README, AFAIK, so close enough :p -- Michael
Commits
-
Doc: update src/tools/pginclude/README.
- be3f62ae6e98 16.0 landed