pgsql: pg_ctl: Improve message

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: pg_ctl: Improve message
Date: 2017-11-02 17:29:31
Message-ID: E1eAJJ5-0000iX-0A@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

pg_ctl: Improve message

Change message for restarting a server from a directory without a PID
file. This accounts for the case where a restart happens after an
initdb. The new message indicates that the start has not completed yet
and might fail.

Author: Jesper Pedersen <jesper(dot)pedersen(at)redhat(dot)com>

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/4b0fbfdf81e0a847b31d0b430f25f8660d5652c0

Modified Files
--------------
src/bin/pg_ctl/pg_ctl.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Meskes 2017-11-02 19:51:55 pgsql: Fix float parsing in ecpg INFORMIX mode.
Previous Message Tom Lane 2017-11-02 17:28:27 Re: [HACKERS] pgsql: Fix freezing of a dead HOT-updated tuple