Re: A Windows x64 port of MySQL - Mailing list pgsql-hackers

From Bernd Helmle
Subject Re: A Windows x64 port of MySQL
Date
Msg-id 86BB44471B986D0A4C3E1D49@imhotep.credativ.de
Whole thread Raw
In response to A Windows x64 port of MySQL  ("Ken Camann" <kjcamann@gmail.com>)
List pgsql-hackers
--On Mittwoch, Juli 02, 2008 07:39:29 -0400 Ken Camann <kjcamann@gmail.com> 
wrote:

>  I assume it would only really matter if you did this to
> a pointer, and perhaps that is happening somewhere (but I doubt it
> since postgres runs fine on 64-bit POSIX OSes).  These would be easy
> to fix, but very annoying given the number of them.

At least, every Datum depends on something like that, see 
src/include/postgres.h:

sizeof(Datum) == sizeof(long) >= sizeof(void *) >= 4


--  Thanks
                   Bernd


pgsql-hackers by date:

Previous
From: Gregory Stark
Date:
Subject: Re: Please claim review items for commit fest!
Next
From: Magnus Hagander
Date:
Subject: Re: Location for pgstat.stat