Re: pgsql: Make new strings more alike previously existing messages.

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: pgsql: Make new strings more alike previously existing messages.
Дата
Msg-id 20090414000634.GM7709@alvh.no-ip.org
обсуждение исходный текст
Ответ на Re: pgsql: Make new strings more alike previously existing messages.  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-committers
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

В списке pgsql-committers по дате отправления:

Предыдущее
От: alvherre@postgresql.org (Alvaro Herrera)
Дата:
Сообщение: pgsql: pg_restore -jN does not equate "multiple jobs", so partly revert
Следующее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Do some copy-editing on description of ts_headline().