Re: Feature-test macros for new-in-v17 libpq features

2024-08-22 Thread Jacob Champion
On Thu, Aug 22, 2024 at 10:16 AM Tom Lane wrote: > > In connection with that last point, I wonder if we should include > commentary about when things came in. I'd originally thought of > just inserting the above names in alphabetical order, but now I > wonder if the patch ought to look more like

Feature-test macros for new-in-v17 libpq features

2024-08-22 Thread Tom Lane
Back in commit 6991e774e we established a policy that, well, I'll just quote the commit message: Provide feature-test macros for libpq features added in v14. We had a request to provide a way to test at compile time for the availability of the new pipeline features. More generall