pgsql: Fix some unportable constructs in parallel pg_dump code.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix some unportable constructs in parallel pg_dump code.
Date: 2013-03-24 19:35:46
Message-ID: E1UJqhm-0005Og-L6@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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(-)

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Andrew Dunstan 2013-03-24 20:24:43 Re: pgsql: Fix some unportable constructs in parallel pg_dump code.
Previous Message Andrew Dunstan 2013-03-24 15:39:44 pgsql: Add parallel pg_dump option.