On Tue, Jun 23, 2009 at 3:23 PM, Andres Freund<[email protected]> wrote: > I found the issue. The code compares '(unsigned int)(-1)' with > '(size_t)(-1)' which works on 32bit but not on 64bit.
The patch fixes the issue on my end. David Blewett -- Sent via pgadmin-support mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgadmin-support
