Re: Int64 (long long) Supporting Compiler Requirement Status?

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Mark Butler <butlerm(at)middle(dot)net>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Int64 (long long) Supporting Compiler Requirement Status?
Date: 2001-04-16 03:27:20
Message-ID: 871.987391640@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Mark Butler <butlerm(at)middle(dot)net> writes:
> However, my question is: Are we to the point where int64's can be used in
> mainstream code yet, or are there supported platforms that this will not work
> with? And if not, when (if ever) will such capability be standardized?

I don't foresee ever being willing to *require* int64 support. It'll
always be optional.

> The reason why I ask is I would like to experiment with a variable length
> base-(2^32) numeric type that I hope might be accepted someday, and
> base-(2^32) operations need long long support to implement in a
> straightforward fashion.

I really doubt that base 2^32 would be enough faster than base 10000 to
be worth taking any portability risks for.

regards, tom lane

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2001-04-16 03:33:50 Re: Fast Forward (fwd)
Previous Message Bruce Momjian 2001-04-16 03:24:37 Re: Fast Forward (fwd)