Обсуждение: pgsql: Fix redefinition of typedef RangeVar.

Поиск
Список
Период
Сортировка

pgsql: Fix redefinition of typedef RangeVar.

От
Nathan Bossart
Дата:
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(-)