On 16 Mar 2014 22:06, Yuri Levinsky <[email protected]> wrote: > > Craig, > Is this output correct now? > #define SIZEOF_OFF_T 8 > #define SIZEOF_VOID_P 8
Well, you are getting 64-bit pointers. So if you are trying to produce a 64-bit executable then yes, this looks appropriate. -- Sent via pgsql-hackers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers
