pgsql: Fix meson uuid header check so it works with MSVC

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix meson uuid header check so it works with MSVC
Date: 2024-05-26 21:40:53
Message-ID: E1sBLbp-001t27-RW@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix meson uuid header check so it works with MSVC

The OSSP uuid.h file includes unistd.h, so to use it with MSVC we need to
include the postgres include directories so it picks up our version of
that in src/include/port/win32_msvc. Adjust the meson test accordingly.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/7c655a04a2dc84b59ed6dce97bd38b79e734ecca

Modified Files
--------------
meson.build | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2024-05-26 21:51:07 Re: pgsql: Fix potential NULL pointer dereference in getIdentitySequence()
Previous Message Andrew Dunstan 2024-05-26 21:33:27 Re: pgsql: Fix potential NULL pointer dereference in getIdentitySequence()