Re: [WIP Patch] Using 128-bit integers for sum, avg and statistics aggregates

From: Andreas Karlsson <andreas(at)proxel(dot)se>
To: Arthur Silva <arthurprs(at)gmail(dot)com>
Cc: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: [WIP Patch] Using 128-bit integers for sum, avg and statistics aggregates
Date: 2014-10-28 13:31:14
Message-ID: 544F9AA2.6050706@proxel.se
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 10/28/2014 02:05 PM, Arthur Silva wrote:
> As far as I'm aware int128 types are supported on every major compiler
> when compiling for 64bit platforms. Right?

Both gcc and clang support __int128_t, but I do not know about other
compilers like icc and MSVC.

Andreas

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Stephen Frost 2014-10-28 13:32:49 Re: Directory/File Access Permissions for COPY and Generic File Access Functions
Previous Message Andres Freund 2014-10-28 13:27:40 Re: Directory/File Access Permissions for COPY and Generic File Access Functions