Re: patch for parallel pg_dump

From: "Erik Rijkers" <er(at)xs4all(dot)nl>
To: "Joachim Wieland" <joe(at)mcknight(dot)de>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: patch for parallel pg_dump
Date: 2012-03-20 04:13:07
Message-ID: dbd1740840fb83fa8dac44febd14f0f7.squirrel@webmail.xs4all.nl
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

>
> [pg_dump_die_horribly.2.diff ]
>
>
> In my hands, the patch complains:
>
>
> In file included from gram.y:13255:0:
> scan.c: In function ‘yy_try_NUL_trans’:
> scan.c:16243:23: warning: unused variable ‘yyg’ [-Wunused-variable]
> pg_backup_archiver.c:3320:1: error: static declaration of ‘archive_close_connection’ follows
> non-static declaration
> pg_backup.h:170:13: note: previous declaration of ‘archive_close_connection’ was here
> make[3]: *** [pg_backup_archiver.o] Error 1
> make[2]: *** [all-pg_dump-recurse] Error 2
> make[2]: *** Waiting for unfinished jobs....
> make[1]: *** [all-bin-recurse] Error 2
> make: *** [all-src-recurse] Error 2
> -- make returned 2 - abort
>

I should add: Centos 5.8, gcc 4.6.3

Erik Rijkers

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Noah Misch 2012-03-20 04:29:49 Re: pg_stat_statements normalisation without invasive changes to the parser (was: Next steps on pg_stat_statements normalisation)
Previous Message Robert Haas 2012-03-20 04:08:22 Re: Cross-backend signals and administration (Was: Re: pg_terminate_backend for same-role)