pgsql: Fix redefinition of typedef RangeVar.

From: Nathan Bossart <nathan(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix redefinition of typedef RangeVar.
Date: 2025-10-15 18:14:22
Message-ID: E1v9610-001rLD-2p@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix redefinition of typedef RangeVar.

Commit c8af5019be added a forward declaration for this typedef that
caused redefinitions, which are not valid in C99.

Per buildfarm members longfin and sifaka.

Discussion: https://postgr.es/m/aO_fzfnKVXMd_RUM%40nathan
Backpatch-through: 18 only

Branch
------
REL_18_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/15d7dded0e930b5781b2c0e591c1b45eb078a248

Modified Files
--------------
src/include/statistics/stat_utils.h | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Jeff Davis 2025-10-15 19:59:31 pgsql: Add pg_iswalpha() and related functions.
Previous Message Nathan Bossart 2025-10-15 17:49:27 pgsql: Fix lookups in pg_{clear,restore}_{attribute,relation}_stats().