Fix redefinition of typedef RangeVar.

Nathan Bossart <nathan@postgresql.org>

Commit: 15d7dded0e930b5781b2c0e591c1b45eb078a248
Author: Nathan Bossart <nathan@postgresql.org>
Date: 2025-10-15T18:14:00Z
Releases: 18.1
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

Files

PathChange+/−
src/include/statistics/stat_utils.h modified +2 −2

Discussion