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 <ashesh.vashi@enterprisedb.com>)
Ответы Re: Bug in SQL editor find and replace
Re: Bug in SQL editor find and replace
Список pgadmin-support
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 по дате отправления:

Предыдущее
От: Andres Freund
Дата:
Сообщение: Re: Bug in SQL editor find and replace
Следующее
От: David Blewett
Дата:
Сообщение: Re: Bug in SQL editor find and replace