pgsql: Prevent redeclaration of typedef TocEntry. - Mailing list pgsql-committers

From Nathan Bossart
Subject pgsql: Prevent redeclaration of typedef TocEntry.
Date
Msg-id E1u0o5j-002h4U-0h@gemulon.postgresql.org
Whole thread Raw
Responses Re: pgsql: Prevent redeclaration of typedef TocEntry.
List pgsql-committers
Prevent redeclaration of typedef TocEntry.

Commit 9c02e3a986 added a forward declaration for this typedef that
caused redeclarations, which is not valid in C99.  To fix, add some
preprocessor guards to avoid a redefinition, as is done elsewhere
(e.g., commit 382092a0cd).

Per buildfarm.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/8ec0aaeae09482925d2d15ce4a91f6953bdb1566

Modified Files
--------------
src/bin/pg_dump/pg_backup.h          | 3 +++
src/bin/pg_dump/pg_backup_archiver.h | 3 +++
2 files changed, 6 insertions(+)


pgsql-committers by date:

Previous
From: Andrew Dunstan
Date:
Subject: Re: pgsql: Add more TAP tests for pg_dumpall
Next
From: Andrew Dunstan
Date:
Subject: pgsql: Fix a couple of error messages and tests for them