pginstaller - pginst: Disable the initdb step when running on NT4.

From: mha(at)pgfoundry(dot)org (User Mha)
To: pgsql-committers(at)postgresql(dot)org
Subject: pginstaller - pginst: Disable the initdb step when running on NT4.
Date: 2004-10-03 15:45:27
Message-ID: 20041003154527.6FB75AADAA1@pgfoundry.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Disable the initdb step when running on NT4. Previously it would just show a complicated error message about problems in netapi32.dll. Instead, show a message informing the user that initdb is not supported on NT4, and prevent it from being enabled.

Modified Files:
--------------
pginst/ca:
pginstca.c (r1.51 -> r1.52)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/ca/pginstca.c.diff?r1=1.51&r2=1.52)
pginst/wxs:
dialogs.wxs (r1.27 -> r1.28)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/wxs/dialogs.wxs.diff?r1=1.27&r2=1.28)
pginst.wxs (r1.67 -> r1.68)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/wxs/pginst.wxs.diff?r1=1.67&r2=1.68)

Browse pgsql-committers by date

  From Date Subject
Next Message User Mha 2004-10-03 15:58:07 pginstaller - pginst: Don't execute rollback command before getting the
Previous Message Tom Lane 2004-10-03 00:13:30 pgsql-server: Add regression test inspired by Sebastian Bck.