Re: REPOST: InitDB Failure on install

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Magnus Hagander" <mha(at)sollentuna(dot)net>
Cc: "Merlin Moncure" <merlin(dot)moncure(at)rcsonline(dot)com>, "Rodrigo Moreno" <rodrigo(dot)miguel(at)terra(dot)com(dot)br>, pgsql-hackers-win32(at)postgresql(dot)org
Subject: Re: REPOST: InitDB Failure on install
Date: 2004-08-15 21:06:35
Message-ID: 29657.1092603995@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers-win32

"Magnus Hagander" <mha(at)sollentuna(dot)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

In response to

Responses

Browse pgsql-hackers-win32 by date

  From Date Subject
Next Message Tom Lane 2004-08-15 21:11:00 Re: REPOST: InitDB Failure on install
Previous Message Magnus Hagander 2004-08-15 20:37:23 Re: REPOST: InitDB Failure on install