pginstaller - pginst: Fix initdb on win2k: Create a bat file and call

From: mha(at)pgfoundry(dot)org (User Mha)
To: pgsql-committers(at)postgresql(dot)org
Subject: pginstaller - pginst: Fix initdb on win2k: Create a bat file and call
Date: 2004-07-20 19:49:06
Message-ID: 20040720194906.8925521862D@pgfoundry.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Fix initdb on win2k: Create a bat file and call it, because win2k can't handle a commandline as complex as the one we had. Also, specify computername instead of "." for local domain because win2k can't deal otherwise.

Also, revert to using LogonUser on XP and newer again - seems the SSPI method doesn't *always* work on XP (it should, but it doesn't).

Modified Files:
--------------
pginst/ca:
pginstca.c (r1.8 -> r1.9)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/ca/pginstca.c.diff?r1=1.8&r2=1.9)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2004-07-20 19:52:03 pgsql-server: Add: > * Fix data types where equality comparison isn't
Previous Message Bruce Momjian 2004-07-20 19:37:37 pgsql-server: Done: > o -Allow parameters to be specified by name and