pgsql: Message mentions msec when it should be seconds, so use s instead - Mailing list pgsql-committers

From sriggs@postgresql.org (Simon Riggs)
Subject pgsql: Message mentions msec when it should be seconds, so use s instead
Date
Msg-id 20100116101304.F1CD77541B9@cvs.postgresql.org
Whole thread Raw
List 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 by date:

Previous
From: sriggs@postgresql.org (Simon Riggs)
Date:
Subject: pgsql: Teach standby conflict resolution to use SIGUSR1 Conflict reason
Next
From: petere@postgresql.org (Peter Eisentraut)
Date:
Subject: pgsql: Improved printing of Python exceptions in PL/Python Mimic the