pgsql: - Fix the -w (wait) option to work in Windows service mode, per

From: mha(at)postgresql(dot)org (Magnus Hagander)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: - Fix the -w (wait) option to work in Windows service mode, per
Date: 2007-07-02 21:58:31
Message-ID: 20070702215831.A84739FB644@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
- Fix the -w (wait) option to work in Windows service mode, per bug #3382.
- Prevent the -w option being passed to the postmaster.
- Read the postmaster options file when starting as a Windows service.

Dave Page

Modified Files:
--------------
pgsql/src/bin/pg_ctl:
pg_ctl.c (r1.80 -> r1.81)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/bin/pg_ctl/pg_ctl.c.diff?r1=1.80&r2=1.81)

Browse pgsql-committers by date

  From Date Subject
Next Message Magnus Hagander 2007-07-02 21:58:38 pgsql: - Fix the -w (wait) option to work in Windows service mode, per
Previous Message Robert Treat 2007-07-02 21:23:02 Re: [COMMITTERS] pgsql: Fix PGXS conventions so that extensions can be built against