pgsql: Fix some unportable constructs in parallel pg_dump code.

Started by Tom Laneover 13 years ago2 messagescomitters
Jump to latest
#1Tom 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.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/846681fdd574548d4f430f2ff7ab44d77b4c79fe

Modified Files
--------------
src/bin/pg_dump/dumputils.h | 3 +--
src/bin/pg_dump/parallel.h | 6 ------
src/bin/pg_dump/pg_backup_archiver.h | 11 ++++++++---
3 files changed, 9 insertions(+), 11 deletions(-)

--
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers

#2Andrew Dunstan
andrew@dunslane.net
In reply to: Tom Lane (#1)
Re: pgsql: Fix some unportable constructs in parallel pg_dump code.

On 03/24/2013 03:35 PM, Tom Lane wrote:

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.

Thanks for fixing. It did build without error on MSVC, which is about as
not-gcc as you can get :-)

cheers

andrew

--
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers