Re: REPOST: InitDB Failure on install

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: REPOST: InitDB Failure on install
Дата
Msg-id 29657.1092603995@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: REPOST: InitDB Failure on install  ("Magnus Hagander" <mha@sollentuna.net>)
Ответы Re: REPOST: InitDB Failure on install
Список pgsql-hackers-win32
"Magnus Hagander" <mha@sollentuna.net> writes:
>                 /* Unable to get shared memory */
> +               errno = GetLastError();

Aren't you going to need a mapping function to convert Windows error
codes to errno numbers?  Don't tell me Microsoft was smart enough to
make them the same ;-)

(BTW, there was some discussion around this point while you were gone.
Dunno if you've caught up on the list traffic yet.)

            regards, tom lane

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

Предыдущее
От: "Magnus Hagander"
Дата:
Сообщение: Re: REPOST: InitDB Failure on install
Следующее
От: Tom Lane
Дата:
Сообщение: Re: REPOST: InitDB Failure on install