Fix redefinition of typedef.
authorNathan Bossart <nathan@postgresql.org>
Mon, 16 Sep 2024 21:33:50 +0000 (16:33 -0500)
committerNathan Bossart <nathan@postgresql.org>
Mon, 16 Sep 2024 21:33:50 +0000 (16:33 -0500)
commit1bbf1e2f1a077905037272cd4767e952f34c02b3
treeac7403456096918c1a7faa91bca68d095eaa6816
parentc880cf258864cdb355ce28438ec31a2405c20941
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.
src/bin/pg_upgrade/task.c