Re: contrib/pg_buffercache
От | Andrew Dunstan |
---|---|
Тема | Re: contrib/pg_buffercache |
Дата | |
Msg-id | 42385D6C.9050806@dunslane.net обсуждение исходный текст |
Ответ на | Re: contrib/pg_buffercache (Mark Kirkwood <markir@paradise.net.nz>) |
Ответы |
Re: contrib/pg_buffercache
|
Список | pgsql-hackers |
It fixes the build error on Windows - haven't tried because i don't have time, but I know it won't work on Cygwin, because WIN32 isn't (usually) defined on Cygwin - see previous almost endless discussions. cheers andrew Mark Kirkwood wrote: > Andrew Dunstan wrote: > >> ... is apparently broken for Windows and Cygwin. See for example >> http://www.pgbuildfarm.org/cgi-bin/show_log.pl?nm=loris&dt=2005-03-16%2001:55:33 >> >> > > Andrew, > > The attached patch seems to sort it for me, can you give it try on > win32 and cygwin? > > cheers > > Mark > >------------------------------------------------------------------------ > >--- pg_buffercache_pages.c.orig Sun Mar 13 04:36:24 2005 >+++ pg_buffercache_pages.c Wed Mar 16 20:57:52 2005 >@@ -17,6 +17,11 @@ > > #define NUM_BUFFERCACHE_PAGES_ELEM 6 > >+#ifdef WIN32 >+extern DLLIMPORT BufferDesc *BufferDescriptors; >+extern DLLIMPORT volatile uint32 InterruptHoldoffCount; >+#endif >+ > > /* > * Record structure holding the to be exposed cache data. > > >------------------------------------------------------------------------ > > >---------------------------(end of broadcast)--------------------------- >TIP 1: subscribe and unsubscribe commands go to majordomo@postgresql.org > >
В списке pgsql-hackers по дате отправления: