Re: Bug in SQL editor find and replace

From: David Blewett <david(at)dawninglight(dot)net>
To: Andres Freund <andres(at)anarazel(dot)de>
Cc: Ashesh Vashi <ashesh(dot)vashi(at)enterprisedb(dot)com>, pgadmin-support(at)postgresql(dot)org
Subject: Re: Bug in SQL editor find and replace
Date: 2009-06-23 19:57:56
Message-ID: 9d1f8d830906231257l71ff7cdbk4707e53abf0f63d1@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-support

On Tue, Jun 23, 2009 at 3:23 PM, Andres Freund<andres(at)anarazel(dot)de> 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

In response to

Browse pgadmin-support by date

  From Date Subject
Next Message Miles Elam 2009-06-23 21:49:40 Fwd: Netbook Dialog issue with Pgadmin3
Previous Message Andres Freund 2009-06-23 19:23:21 Re: Bug in SQL editor find and replace