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

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: meson: Fix missing name arguments of cc.compiles() calls
Date: 2025-01-05 10:59:39
Message-ID: f8c1949e-cb62-4ace-94df-05dbb64de000@eisentraut.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 29.12.24 15:13, Peter Eisentraut wrote:
> I noticed a few cc.compiles() checks in meson.build don't show up in the
> "meson setup" output, because they don't have a "name" argument.  Also,
> the "typeof" test doesn't show the name of the symbol that is currently
> being tested.  All this makes remote debugging a bit harder.  This patch
> fixes it.
>
> While analyzing the fixed output, I also noticed that the test for
> decltype as an alternative to typeof never actually worked and was just
> forgotten to be removed.  This is also fixed here.

committed

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message vignesh C 2025-01-05 12:38:48 Re: Documentation update of wal_retrieve_retry_interval to mention table sync worker
Previous Message David Rowley 2025-01-05 08:55:58 Re: Proposal: add new API to stringinfo