Re: [COMMITTERS] pgsql: Native shared memory implementation for win32.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Magnus Hagander <magnus(at)hagander(dot)net>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: [COMMITTERS] pgsql: Native shared memory implementation for win32.
Date: 2007-03-21 15:15:46
Message-ID: 29059.1174490146@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers pgsql-hackers

mha(at)postgresql(dot)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

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message User Dpage 2007-03-21 15:28:22 pginstaller - pginst: Fix typo
Previous Message Magnus Hagander 2007-03-21 14:39:24 pgsql: Native shared memory implementation for win32.

Browse pgsql-hackers by date

  From Date Subject
Next Message Grzegorz Jaskiewicz 2007-03-21 15:16:52 Re: [PATCHES] Bitmapscan changes
Previous Message Heikki Linnakangas 2007-03-21 15:14:08 Re: CREATE INDEX and HOT - revised design