pg_ctl strangeness under msys - Mailing list pgsql-hackers-win32

From Andrew Dunstan
Subject pg_ctl strangeness under msys
Date
Msg-id 41754457.7040300@dunslane.net
Whole thread Raw
List pgsql-hackers-win32
I have seen some strange things using pg_ctl under MSys:

. "pg_ctl status" from the command line logs to the event log.
Apparently it thinks it's not on a tty. Works fine from Windows cmd prompt.
. this hangs: perl -e '@foo=`pg_ctl -w start`;'
  but this doesn't: perl -e 'system("pg_ctl -w start");'

Finding the problem with the last one has cost me hours in trying to get
the buildfarm to run.

Anyone have ideas about ways to fix? Or do we just note it and live with it?

cheers

andrew




pgsql-hackers-win32 by date:

Previous
From: "Magnus Hagander"
Date:
Subject: Re: postgres win32 in FAT32
Next
From: "Magnus Hagander"
Date:
Subject: New pginstaller beta