pgsql: Fix compiler warnings about typedef redefinitions - Mailing list pgsql-committers

From Heikki Linnakangas
Subject pgsql: Fix compiler warnings about typedef redefinitions
Date
Msg-id E1tpzl6-0010NL-1J@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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(-)


pgsql-committers by date:

Previous
From: Michael Paquier
Date:
Subject: pgsql: Add more monitoring data for WAL writes in the WAL receiver
Next
From: Jeff Davis
Date:
Subject: pgsql: Address stats import review comments.