Re: [COMMITTERS] pgsql: Native shared memory implementation for win32. - Mailing list pgsql-hackers

From Tom Lane
Subject Re: [COMMITTERS] pgsql: Native shared memory implementation for win32.
Date
Msg-id 29059.1174490146@sss.pgh.pa.us
Whole thread Raw
Responses Re: [COMMITTERS] pgsql: Native shared memory implementation for win32.  (Magnus Hagander <magnus@hagander.net>)
List pgsql-hackers
mha@postgresql.org (Magnus Hagander) writes:
> Native shared memory implementation for win32.
> Uses same underlying tech as before, but not the sysv emulation layer.

Actually, I was wondering whether the cygwin port could use this new
code too, so that we could get rid of the __CYGWIN__ kluges in
sysv_shmem.c.  This patch seems not to do that.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Heikki Linnakangas
Date:
Subject: Re: CREATE INDEX and HOT - revised design
Next
From: Grzegorz Jaskiewicz
Date:
Subject: Re: [PATCHES] Bitmapscan changes