pgsql: Remove useless configure check

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Remove useless configure check
Date: 2025-01-05 10:40:34
Message-ID: E1tUO3e-003934-3d@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Remove useless configure check

The test for "decltype" as a variant of "typeof" apparently never
worked (see also commit 3582b223d49), so remove it.

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

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/9a8313dabe5ebb6a99d9a165d3c9bc3fa0213088

Modified Files
--------------
config/c-compiler.m4 | 2 +-
configure | 2 +-
meson.build | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)

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