pg_ctl "starting" postmaster

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: PostgreSQL-patches <pgsql-patches(at)postgresql(dot)org>
Subject: pg_ctl "starting" postmaster
Date: 2004-01-10 02:55:05
Message-ID: 200401100255.i0A2t5217338@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

When pg_ctl is used to start the postmaster without the -w flag, it says

postmaster successfully started

when in fact it should be "postmaster starting" because it hasn't
"started" yet, or at least isn't accepting connections yet. A wait for
start says:

waiting for postmaster to start...done
postmaster successfully started

which is accurate.

This applied patch makes that adjustment and a similar one for stop.
Someone complained about this a few months ago.

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073

Attachment Content-Type Size
unknown_filename text/plain 1.3 KB

Browse pgsql-patches by date

  From Date Subject
Next Message Claudio Natoli 2004-01-10 07:53:23 Win32 processCancelRequest/waitpid (was fork/exec patch : pre-CreateProcess finalization)
Previous Message Bruce Momjian 2004-01-10 02:22:06 BEGIN WORK and transaction isolation level