Re: pgsql: Fix compiler warnings on 64-bit boxes: - Mailing list pgsql-committers

From Gavin Sherry
Subject Re: pgsql: Fix compiler warnings on 64-bit boxes:
Date
Msg-id Pine.LNX.4.58.0609061812130.6703@linuxworld.com.au
Whole thread Raw
In response to Re: pgsql: Fix compiler warnings on 64-bit boxes:  (Teodor Sigaev <teodor@sigaev.ru>)
List pgsql-committers
On Wed, 6 Sep 2006, Teodor Sigaev wrote:

> > It might seem a minor quibble, but it seems like a more reliable approach
> > might be to cast to a 64 bit type and user a 64 bit int formatter.
> %ld ?  %lld? depending on architecture?
>
> >
> > It seems unlikely that state->ptr - state->begin would yield a number that
> > large but I don't know that that would be true of every platform or user.
>
> I don't believe that it can be more that 1Gb - it's a limit for any varlena type.
>

True. int32 should be fine.

Thanks,

gavin

pgsql-committers by date:

Previous
From: Teodor Sigaev
Date:
Subject: Re: pgsql: Fix compiler warnings on 64-bit boxes:
Next
From: knt@pgfoundry.org (User Knt)
Date:
Subject: plscheme - plscheme: Added basic SPI_execute functionality and corrected