Prevent redeclaration of typedef TocEntry.
Nathan Bossart <nathan@postgresql.org>
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.
Files
| Path | Change | +/− |
|---|---|---|
| src/bin/pg_dump/pg_backup_archiver.h | modified | +3 −0 |
| src/bin/pg_dump/pg_backup.h | modified | +3 −0 |