pgsql: Small corrections to message output targets in pg_ctl - The - Mailing list pgsql-committers

From petere@postgresql.org (Peter Eisentraut)
Subject pgsql: Small corrections to message output targets in pg_ctl - The
Date
Msg-id 20100219141220.1ABD47541C5@cvs.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Small corrections to message output targets in pg_ctl

- The message "server stopped" should be affected by the -s option, just
  like "server started" already was.

- The message "could not start server" should consistently go to stderr.

Modified Files:
--------------
    pgsql/src/bin/pg_ctl:
        pg_ctl.c (r1.118 -> r1.119)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/bin/pg_ctl/pg_ctl.c?r1=1.118&r2=1.119)

pgsql-committers by date:

Previous
From: Robert Haas
Date:
Subject: Re: pgsql: First pass over client applications documentation proofreading.
Next
From: momjian@postgresql.org (Bruce Momjian)
Date:
Subject: pgsql: Document --version and --help options for all client applications