Re: contrib/pg_buffercache

From: Mark Kirkwood <markir(at)paradise(dot)net(dot)nz>
To: pgsql-hackers(at)postgresql(dot)org
Cc: Andrew Dunstan <andrew(at)dunslane(dot)net>, pgsql-patches(at)postgresql(dot)org
Subject: Re: contrib/pg_buffercache
Date: 2005-03-17 00:47:20
Message-ID: 4238D398.1080708@paradise.net.nz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-patches

Andrew Dunstan wrote:
> 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.
>

Yes - I recall that discussion a while ago.

This patch should sort the issue.

One question, should I be using defined(__MINGW32__) as opposed to
defined(WIN32)? I figured I didn't as in this case it is not necessary
to distinguish between native and cygwin.

regards

Mark

Attachment Content-Type Size
pg_buffercache_pages.h.diff text/plain 472 bytes

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Andrew Dunstan 2005-03-17 01:20:10 Re: contrib/pg_buffercache
Previous Message Satoshi Nagayasu 2005-03-17 00:37:33 Re: read-only database

Browse pgsql-patches by date

  From Date Subject
Next Message Andrew Dunstan 2005-03-17 01:20:10 Re: contrib/pg_buffercache
Previous Message Satoshi Nagayasu 2005-03-17 00:37:33 Re: read-only database