Re: pg_ctl strangeness under msys

Поиск
Список
Период
Сортировка
От Magnus Hagander
Тема Re: pg_ctl strangeness under msys
Дата
Msg-id 6BCB9D8A16AC4241919521715F4D8BCE475F80@algol.sollentuna.se
обсуждение исходный текст
Ответ на pg_ctl strangeness under msys  (Andrew Dunstan <andrew@dunslane.net>)
Ответы Re: pg_ctl strangeness under msys  (Andrew Dunstan <andrew@dunslane.net>)
Re: pg_ctl strangeness under msys  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список 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?

As I'm sure you are already aware we've had a lot of problems with the
msys console. Buffernig and others. I think we at some point decided to
say that minor issues on the win32 consoles isn't really something we're
concerned about, people will run things from the cmd console in 99.9% of
all cases.

Not sure how to fix it. The eventlog checking code uses isatty() IIRC,
and that one is clearly returning the wrong thing on msys. Not sure how
to code around that.

As for the perl command, what perl is this? ActiveState or MingW? Do you
get the same problem if you run it in the cmd.exe environment, or only
in the msys console?

//Magnus


В списке pgsql-hackers-win32 по дате отправления:

Предыдущее
От: "Magnus Hagander"
Дата:
Сообщение: New pginstaller beta
Следующее
От: Luis Rodrigues
Дата:
Сообщение: postgres user - win32 installer