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 Branch ------ master Details ------- https://git.postgresql.org/pg/commitdiff/39de4f157d3ac0b889bb276c2487fe160578f967 Modified Files -------------- src/include/storage/waiteventset.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-)