pgsql: Fix redefinition of typedef.

From: Nathan Bossart <nathan(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix redefinition of typedef.
Date: 2024-09-16 21:34:03
Message-ID: E1sqJMB-001Pxs-1z@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix redefinition of typedef.

Per buildfarm members sifaka and longfin, clang with
-Wtypedef-redefinition warns of a duplicate typedef unless building
with C11.

Oversight in commit 40e2e5e92b.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/1bbf1e2f1a077905037272cd4767e952f34c02b3

Modified Files
--------------
src/bin/pg_upgrade/task.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tatsuo Ishii 2024-09-17 06:00:38 pgsql: Add memory/disk usage for Window aggregate nodes in EXPLAIN.
Previous Message Nathan Bossart 2024-09-16 21:11:02 pgsql: pg_upgrade: Parallelize retrieving loadable libraries.