Re: small patch request(pgIndex.cpp) - Mailing list pgadmin-hackers

From Dave Page
Subject Re: small patch request(pgIndex.cpp)
Date
Msg-id E7F85A1B5FF8D44C8A1AF6885BC9A0E40154CD9D@ratbert.vale-housing.co.uk
Whole thread Raw
In response to Re: small patch request(pgIndex.cpp)  ("Hiroshi Saito" <z-saito@guitar.ocn.ne.jp>)
List 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 by date:

Previous
From: "Hiroshi Saito"
Date:
Subject: Re: small patch request(pgIndex.cpp)
Next
From: "Hiroshi Saito"
Date:
Subject: Re: small patch request(pgIndex.cpp)