diff options
author | Heikki Linnakangas <heikki.linnakangas@iki.fi> | 2025-03-06 03:10:22 +0200 |
---|---|---|
committer | Heikki Linnakangas <heikki.linnakangas@iki.fi> | 2025-03-06 03:10:22 +0200 |
commit | 39de4f157d3ac0b889bb276c2487fe160578f967 (patch) | |
tree | 0981ccceae41e6b209a107f8c23496bc5bc18cd7 /src/backend/access/gist/gistsplit.c | |
parent | 7f7f324eb5a4754ab9fa1c68dfef952555a94d1b (diff) | |
download | postgresql-39de4f157d3ac0b889bb276c2487fe160578f967.tar.gz postgresql-39de4f157d3ac0b889bb276c2487fe160578f967.zip |
Fix compiler warnings about typedef redefinitions
Clang with -Wtypedef-redefinition produced warnings:
src/include/storage/latch.h:122:3: error: redefinition of typedef 'Latch' is a C11 feature [-Werror,-Wtypedef-redefinition]
Per buildfarm
Diffstat (limited to 'src/backend/access/gist/gistsplit.c')
0 files changed, 0 insertions, 0 deletions