Обсуждение: pgsql: Fix some unportable constructs in parallel pg_dump code.

Поиск
Список
Период
Сортировка

pgsql: Fix some unportable constructs in parallel pg_dump code.

От
Tom Lane
Дата:
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(-)


Re: pgsql: Fix some unportable constructs in parallel pg_dump code.

От
Andrew Dunstan
Дата:
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