Re: REPOST: InitDB Failure on install - Mailing list pgsql-hackers-win32

From Tom Lane
Subject Re: REPOST: InitDB Failure on install
Date
Msg-id 29657.1092603995@sss.pgh.pa.us
Whole thread Raw
In response to Re: REPOST: InitDB Failure on install  ("Magnus Hagander" <mha@sollentuna.net>)
Responses Re: REPOST: InitDB Failure on install  (Andreas Pflug <pgadmin@pse-consulting.de>)
List 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 by date:

Previous
From: "Magnus Hagander"
Date:
Subject: Re: REPOST: InitDB Failure on install
Next
From: Tom Lane
Date:
Subject: Re: REPOST: InitDB Failure on install