Re: small patch request(pgIndex.cpp)

From: "Dave Page" <dpage(at)vale-housing(dot)co(dot)uk>
To: "Hiroshi Saito" <z-saito(at)guitar(dot)ocn(dot)ne(dot)jp>, <pgadmin-hackers(at)postgresql(dot)org>
Subject: Re: small patch request(pgIndex.cpp)
Date: 2006-09-19 07:41:22
Message-ID: E7F85A1B5FF8D44C8A1AF6885BC9A0E40154CD9D@ratbert.vale-housing.co.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

> -----Original Message-----
> From: Hiroshi Saito [mailto:z-saito(at)guitar(dot)ocn(dot)ne(dot)jp]
> Sent: 19 September 2006 05:15
> To: Dave Page; pgadmin-hackers(at)postgresql(dot)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

In response to

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Hiroshi Saito 2006-09-19 10:05:50 Re: small patch request(pgIndex.cpp)
Previous Message Hiroshi Saito 2006-09-19 04:15:12 Re: small patch request(pgIndex.cpp)