Re: small patch request(pgIndex.cpp)

Поиск
Список
Период
Сортировка
От Dave Page
Тема Re: small patch request(pgIndex.cpp)
Дата
Msg-id E7F85A1B5FF8D44C8A1AF6885BC9A0E40154CD9D@ratbert.vale-housing.co.uk
обсуждение исходный текст
Ответ на Re: small patch request(pgIndex.cpp)  ("Hiroshi Saito" <z-saito@guitar.ocn.ne.jp>)
Список pgadmin-hackers

> -----Original Message-----
> From: Hiroshi Saito [mailto:z-saito@guitar.ocn.ne.jp]
> Sent: 19 September 2006 05:15
> To: Dave Page; pgadmin-hackers@postgresql.org
> Subject: Re: [pgadmin-hackers] small patch request(pgIndex.cpp)
>
> Hi Dave.
>
> I followed the intellisense of MS-VC simply. However, it may have
> desirable long at the reason columnCount is long.
>
> --correction:-)
> NumToStr((long)(i-1))
> --

Well 'i' is already a long, therefore (i-1) is a long and shouldn't
require a cast. Are you getting a compiler warning form this?

Regards, Dave

В списке pgadmin-hackers по дате отправления:

Предыдущее
От: "Hiroshi Saito"
Дата:
Сообщение: Re: small patch request(pgIndex.cpp)
Следующее
От: "Hiroshi Saito"
Дата:
Сообщение: Re: small patch request(pgIndex.cpp)