Re: Bug in SQL editor find and replace
От
Andres Freund
Тема
Re: Bug in SQL editor find and replace
Дата
Msg-id
4A412BA9.2020200@anarazel.de
Ответ на
Re: Bug in SQL editor find and replace (Ashesh Vashi)
Список
Дерево обсуждения
Re: Bug in SQL editor find and replace David Blewett <david@dawninglight.net>
Re: Bug in SQL editor find and replace David Blewett <david@dawninglight.net>
Re: Bug in SQL editor find and replace Andres Freund <andres@anarazel.de>
Re: Bug in SQL editor find and replace Ashesh Vashi <ashesh.vashi@enterprisedb.com>
Re: Bug in SQL editor find and replace Andres Freund <andres@anarazel.de>
Re: Bug in SQL editor find and replace Ashesh Vashi <ashesh.vashi@enterprisedb.com>
Re: Bug in SQL editor find and replace Andres Freund <andres@anarazel.de>
Re: Bug in SQL editor find and replace Andres Freund <andres@anarazel.de>
Re: Bug in SQL editor find and replace Dave Page <dpage@pgadmin.org>
Re: Bug in SQL editor find and replace Andres Freund <andres@anarazel.de>
Re: Bug in SQL editor find and replace Dave Page <dpage@pgadmin.org>
Re: Bug in SQL editor find and replace Andres Freund <andres@anarazel.de>
Re: Bug in SQL editor find and replace Andres Freund <andres@anarazel.de>
Re: Bug in SQL editor find and replace Dave Page <dpage@pgadmin.org>
Re: Bug in SQL editor find and replace Andres Freund <andres@anarazel.de>
Re: Bug in SQL editor find and replace David Blewett <david@dawninglight.net>
On 06/23/2009 06:59 PM, Ashesh Vashi wrote: > Andres Freund wrote: >> On 06/23/2009 06:39 PM, Ashesh Vashi wrote: >>> Hi Andres, >>> >>> I am not able to reproduce it on my end. >>> >>> The following details may help me reproduce on my end: >>> 1. Is it 32 bit/64 bit linux? >> This is 64bit - I can create a 32bit chroot if you have suspicions in >> that direction. > Can you please try to reproduce it on 32bit? > Because, I tried to reproduce the same on CentOS 5.3 (32 bit)/Ubuntu > 8.10/9.04 (32 bit) without any success. I found the issue. The code compares '(unsigned int)(-1)' with '(size_t)(-1)' which works on 32bit but not on 64bit. Andres
В списке pgadmin-support по дате отправления