Tom Lane wrote:

>       /* Can't do single-txn mode with multiple connections */
>       if (opts->single_txn && opts->number_of_jobs > 1)
>       {
> !             fprintf(stderr, _("%s: options -1/--single-transaction and 
> -j/--jobs cannot be used together\n"),
>                               progname);
>               exit(1);
>       }
> 
> As the comment and the code itself show, "-j 1" works just fine with
> --single-transaction.  The original wording reflected that, the new does
> not.

Hmm, I didn't realize that you could usefully pass -j1 ... now I realize
that it even works in Make.  You're right, the new message is bogus.
I'll revert this part.

-- 
Alvaro Herrera                                http://www.CommandPrompt.com/
PostgreSQL Replication, Consulting, Custom Development, 24x7 support

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

Reply via email to