Make restricted_exec feature for Windows more robust by using the environment
authorAndrew Dunstan <[email protected]>
Fri, 24 Feb 2006 02:02:41 +0000 (02:02 +0000)
committerAndrew Dunstan <[email protected]>
Fri, 24 Feb 2006 02:02:41 +0000 (02:02 +0000)
commit2b695717a7c6baf9b532a0f5bab1fdb8d252388c
treec12dd2c5a7c9ca1d913a5c43a64a0c9cc6275bf7
parentb5fe16d09fdc7f6135c2d788deb637fe81e90bf7
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.
src/bin/initdb/initdb.c