pgsql: Message mentions msec when it should be seconds, so use s instead

Поиск
Список
Период
Сортировка
От sriggs@postgresql.org (Simon Riggs)
Тема pgsql: Message mentions msec when it should be seconds, so use s instead
Дата
Msg-id 20100116101304.F1CD77541B9@cvs.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
Message mentions msec when it should be seconds, so use s instead of ms.

Noticed by Andres Freund

Modified Files:
--------------
    pgsql/src/backend/storage/ipc:
        standby.c (r1.5 -> r1.6)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/storage/ipc/standby.c?r1=1.5&r2=1.6)

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

Предыдущее
От: sriggs@postgresql.org (Simon Riggs)
Дата:
Сообщение: pgsql: Teach standby conflict resolution to use SIGUSR1 Conflict reason
Следующее
От: petere@postgresql.org (Peter Eisentraut)
Дата:
Сообщение: pgsql: Improved printing of Python exceptions in PL/Python Mimic the