pgsql: Fix redefinition of typedefs

From: John Naylor <john(dot)naylor(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix redefinition of typedefs
Date: 2024-03-07 07:14:55
Message-ID: E1ri7xv-002VvE-Fb@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix redefinition of typedefs

Per buildfarm members sifaka and longfin, clang with
-Wtypedef-redefinition warns of duplicate typedefs unless building with
C11. Follow-up to ee1b30f12.

Masahiko Sawada

Discussion: https://postgr.es/m/CANWCAZauSg%3DLUbBbXhpeQtBuPifmzQNTYS6O8NsoAPz1zL-Txg%40mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/ac234e6377dd8bccc83f256fce043bf4ecf9d1f7

Modified Files
--------------
src/include/lib/radixtree.h | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message John Naylor 2024-03-07 07:32:37 pgsql: Fix incorrect format specifier for int64
Previous Message John Naylor 2024-03-07 06:59:33 Re: pgsql: Add template for adaptive radix tree