Re: [HACKERS] Missing headers Windows NT port

From: Bruce Momjian <maillist(at)candle(dot)pha(dot)pa(dot)us>
To: mha(at)edu(dot)sollentuna(dot)se (Magnus Hagander)
Cc: JKraaijeveld(at)askesis(dot)nl, hackers(at)postgreSQL(dot)org
Subject: Re: [HACKERS] Missing headers Windows NT port
Date: 1998-09-11 15:17:05
Message-ID: 199809111517.LAA00360@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> Hi!
>
> Have you checked that the SysV IPC functions actually exist? Last time I
> checked, SysV shared memory was not implemented in cygwin32, and that was
> the reason the headers were not there. This was some time ago, so they may
> well have implemented them now - but then my guess would be that they had
> included the headers too.
> Anyway. It might be worth checking before you get too dug-in to other parts.
> I believe this is a central part of the backend, so you will probably have a
> lot of trouble unless you can find a working implementation of it.

Yes, you will need some sort of shared memory, even if it only a file
that can be mmap'ed into the memory of each backend. Hopefully they
have something that will work.

--
Bruce Momjian | 830 Blythe Avenue
maillist(at)candle(dot)pha(dot)pa(dot)us | Drexel Hill, Pennsylvania 19026
+ If your life is a hard drive, | (610) 353-9879(w)
+ Christ can be your backup. | (610) 853-3000(h)

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Billy G. Allie 1998-09-11 15:46:20 6.4 fixes.
Previous Message Magnus Hagander 1998-09-11 14:52:16 RE: [HACKERS] Missing headers Windows NT port