]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Fix redefinition of typedef RangeVar.
authorNathan Bossart <nathan@postgresql.org>
Wed, 15 Oct 2025 18:14:00 +0000 (13:14 -0500)
committerNathan Bossart <nathan@postgresql.org>
Wed, 15 Oct 2025 18:14:00 +0000 (13:14 -0500)
commit15d7dded0e930b5781b2c0e591c1b45eb078a248
treef3faba043528e3581a3f8c8aa9d4f3eda296a5fa
parentc8af5019bee5c57502db830f8005a01cba60fee0
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
src/include/statistics/stat_utils.h