Re: REPOST: InitDB Failure on install
Tom Lane <[email protected]>
| Newsgroups | gmane.comp.db.postgresql.devel.win32 |
|---|---|
| Message-ID | <[email protected]> |
"Magnus Hagander" <[email protected]> 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 ---------------------------(end of broadcast)--------------------------- TIP 9: the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match