pgsql: Make restricted_exec feature for Windows more robust by using

From: adunstan(at)postgresql(dot)org (Andrew Dunstan)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Make restricted_exec feature for Windows more robust by using
Date: 2006-02-24 02:02:41
Message-ID: 20060224020241.6F00D9DCCFE@postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------

Make restricted_exec feature for Windows more robust by using the environment
to pass the flag instead of the command line - some implementations of
getopt fail if getopt arguments are present after non-getopt arguments.

Modified Files:
--------------
pgsql/src/bin/initdb:
initdb.c (r1.111 -> r1.112)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/bin/initdb/initdb.c.diff?r1=1.111&r2=1.112)

Browse pgsql-committers by date

  From Date Subject
Next Message User Jbcooley 2006-02-24 04:06:54 npgsql - npgsql: Imported Sources
Previous Message Andrew Dunstan 2006-02-24 00:55:50 pgsql: make initdb -U username work as advertised; back out bogus patch