"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