pg_ctl strangeness under msys

Поиск
Список
Период
Сортировка
От Andrew Dunstan
Тема pg_ctl strangeness under msys
Дата
Msg-id 41754457.7040300@dunslane.net
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: "Magnus Hagander"
Дата:
Сообщение: Re: postgres win32 in FAT32
Следующее
От: "Magnus Hagander"
Дата:
Сообщение: New pginstaller beta