pgsql: meson: Fix missing name arguments of cc.compiles() calls

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: meson: Fix missing name arguments of cc.compiles() calls
Date: 2025-01-05 10:40:34
Message-ID: E1tUO3e-003933-2r@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

meson: Fix missing name arguments of cc.compiles() calls

Without it, the check won't show up in the meson setup/configure
output.

Discussion: https://www.postgresql.org/message-id/flat/795b1c54-c64a-47f9-8fa3-880dcab59975%40eisentraut.org

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/6549a02a51e88960cccb938999a43203e335d0cc

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

Browse pgsql-committers by date

  From Date Subject
Next Message John Naylor 2025-01-06 02:18:11 pgsql: Use caller's memory context for radix tree iteration state
Previous Message Andrew Dunstan 2025-01-03 15:41:30 pgsql: Document strange jsonb sort order for empty top level arrays