Re: meson's in-tree libpq header search order vs -Dextra_include_dirs - Mailing list pgsql-hackers

From Thomas Munro
Subject Re: meson's in-tree libpq header search order vs -Dextra_include_dirs
Date
Msg-id CA+hUKG+fVhv25Gfx+8s48zMVT2dQZ8JH6K9fVVXb8WQtFBAF8Q@mail.gmail.com
Whole thread Raw
In response to Re: meson's in-tree libpq header search order vs -Dextra_include_dirs  (Thomas Munro <thomas.munro@gmail.com>)
List pgsql-hackers
Added to commitfest: https://commitfest.postgresql.org/patch/6056/

I'm having to carry this patch in all my development branches for now
or I can't build on one of my regular dev machines, so I'm quite keen
to get this into the tree soon and would back-patch to 16.

I gather no one else is affected yet, but I assume you can see the
problem on a Mac by installing PostgreSQL with Homebrew/MacPorts, or
on CI if you do this to .cirrus.tasks.yml:

   setup_additional_packages_script: |
-    #pkg install -y ...
+    pkg install -y postgresql17-client



pgsql-hackers by date:

Previous
From: "Sophie Alpert"
Date:
Subject: Re: Fix missing EvalPlanQual recheck for TID scans
Next
From: Bharath Rupireddy
Date:
Subject: Re: Use WALReadFromBuffers in more places