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

Поиск
Список
Период
Сортировка
От Magnus Hagander
Тема Re: [COMMITTERS] pgsql: Native shared memory implementation for win32.
Дата
Msg-id 20070321153629.GH30013@svr2.hagander.net
обсуждение исходный текст
Ответ на Re: [COMMITTERS] pgsql: Native shared memory implementation for win32.  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
On Wed, Mar 21, 2007 at 11:15:46AM -0400, Tom Lane wrote:
> 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.

I don't think it should. Cygwin in general is supposed to be Unix-like and
not Win32-like. For example, IIRC it does not use the native win32
implementation of semaphores either.

//Magnus



В списке pgsql-hackers по дате отправления:

Предыдущее
От: "Simon Riggs"
Дата:
Сообщение: Re: CREATE INDEX and HOT - revised design
Следующее
От: August Zajonc
Дата:
Сообщение: Re: Money type todos?