Fix some unportable constructs in parallel pg_dump code.
Tom Lane <tgl@sss.pgh.pa.us>
Fix some unportable constructs in parallel pg_dump code. Didn't compile on semi-obsolete gcc, and probably not on not-gcc-at-all either.
Files
| Path | Change | +/− |
|---|---|---|
| src/bin/pg_dump/dumputils.h | modified | +1 −2 |
| src/bin/pg_dump/parallel.h | modified | +0 −6 |
| src/bin/pg_dump/pg_backup_archiver.h | modified | +8 −3 |