View Single Post

   
  #4 (permalink)  
Old 04-17-2008, 06:18 PM
Dave Page
 
Posts: n/a
Default Re: small patch request(pgIndex.cpp)



> -----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

---------------------------(end of broadcast)---------------------------
TIP 5: don't forget to increase your free space map settings

Reply With Quote