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

From mha@postgresql.org (Magnus Hagander)
Subject pgsql: - Fix the -w (wait) option to work in Windows service mode, per
Date
Msg-id 20070702215831.A84739FB644@postgresql.org
Whole thread Raw
List 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)

pgsql-committers by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Fix failure to restart Postgres when Linux kernel returns EIDRM
Next
From: mha@postgresql.org (Magnus Hagander)
Date:
Subject: pgsql: - Fix the -w (wait) option to work in Windows service mode, per