Re: Using 128-bit integers for sum, avg and statistics aggregates - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Using 128-bit integers for sum, avg and statistics aggregates
Date
Msg-id 14248.1420992864@sss.pgh.pa.us
Whole thread Raw
In response to Re: Using 128-bit integers for sum, avg and statistics aggregates  (Andreas Karlsson <andreas@proxel.se>)
List pgsql-hackers
Andreas Karlsson <andreas@proxel.se> writes:
> On 01/11/2015 02:36 AM, Andres Freund wrote:
>> b) I'm doubtful that AC_CHECK_TYPES is a sufficiently good test on all
>> platforms.

> Should I fix it to actually compile some code which uses the 128-bit types?

We used to have code in configure to test that int64 works.  Please copy
that (at least as much as necessary; perhaps we don't need to check for
sprintf support).
        regards, tom lane



pgsql-hackers by date:

Previous
From: Stefan Kaltenbrunner
Date:
Subject: Re: Parallel Seq Scan
Next
From: Tom Lane
Date:
Subject: Re: libpq 9.4 requires /etc/passwd?