--On Mittwoch, Juli 02, 2008 07:39:29 -0400 Ken Camann <[EMAIL PROTECTED]> 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

--
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

Reply via email to