Re: Cross-check recent documentation changes

Поиск
Список
Период
Сортировка
От Amit Langote
Тема Re: Cross-check recent documentation changes
Дата
Msg-id 5631D860.8050602@lab.ntt.co.jp
обсуждение исходный текст
Ответ на Re: Cross-check recent documentation changes  (Robert Haas <robertmhaas@gmail.com>)
Список pgsql-hackers
On 2015/10/29 17:10, Robert Haas wrote:
> On Thu, Oct 29, 2015 at 2:40 AM, Robins <robins@pobox.com> wrote:
>> Was reviewing recent commits, and it seems the following commit adds an
>> extra line to some comments. Just wanted to cross-check if that was
>> intentional.
> 
> I don't see that it changed any comments at all?

I think he means error messages, for example, why errmsg is replaced by
errmsg_plural in the concerned source code line (the following change)

-                errmsg("database with OID %u must be vacuumed before %d
more multixact members are used",
+                errmsg_plural("database with OID %u must be vacuumed
before %d more multixact member is used",
+                              "database with OID %u must be vacuumed
before %d more multixact members are used",
+                       MultiXactState->offsetStopLimit - nextOffset +
nmembers,

Thanks,
Amit




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

Предыдущее
От: Robert Haas
Дата:
Сообщение: Re: Cross-check recent documentation changes
Следующее
От: Tatsuo Ishii
Дата:
Сообщение: Re: Re: [BUGS] BUG #13611: test_postmaster_connection failed (Windows, listen_addresses = '0.0.0.0' or '::')