Work around naming conflict between zlib and OpenSSL by tweaking inclusion
Tom Lane <tgl@sss.pgh.pa.us>
Work around naming conflict between zlib and OpenSSL by tweaking inclusion order. Remove some unnecessary #includes (that duplicate c.h).
Files
| Path | Change | +/− |
|---|---|---|
| src/bin/pg_dump/common.c | modified | +2 −1 |
| src/bin/pg_dump/pg_backup_archiver.h | modified | +9 −6 |
| src/bin/pg_dump/pg_backup_null.c | modified | +1 −3 |
| src/bin/pg_dump/pg_backup_tar.c | modified | +1 −3 |