Re: meson's in-tree libpq header search order vs -Dextra_include_dirs

2025-09-13 Thread Thomas Munro
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 affecte

Re: meson's in-tree libpq header search order vs -Dextra_include_dirs

2025-07-13 Thread Thomas Munro
I took another look and got it working, after something else I'm using insisted on installing libpq. It's mostly no-brainer hunks like this: - dependencies: [frontend_code, libpq], + dependencies: [libpq, frontend_code], For the new src/test/modules/test_oat_hooks/meson.build, I copied what I'