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

From: Mario González Troncoso <gonzalemario(at)gmail(dot)com>
To: Thomas Munro <thomas(dot)munro(at)gmail(dot)com>
Cc: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: meson's in-tree libpq header search order vs -Dextra_include_dirs
Date: 2025-10-09 19:09:17
Message-ID: CAFsReFXVS9JnabtNnu9PG2FzOSYO+B6c+=PH0zAY+60_nWWfdA@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Thu, 9 Oct 2025 at 16:06, Thomas Munro <thomas(dot)munro(at)gmail(dot)com> wrote:
>
> 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.
>

Can you confirm you still have this problem on current master? I tried
to reproduce it in debian 12 by installing `postgresql-server-dev-15`
and adding the -Dextra_include_dirs

> 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
>

--
https://www.linkedin.com/in/gonzalemario

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Srinath Reddy Sadipiralla 2025-10-09 19:09:43 Re: Making pg_rewind faster
Previous Message Jeff Davis 2025-10-09 19:08:30 Re: Expanding HOT updates for expression and partial indexes