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

From Peter Eisentraut
Subject Re: Using 128-bit integers for sum, avg and statistics aggregates
Date
Msg-id 54655A01.8030204@gmx.net
Whole thread Raw
In response to Re: Using 128-bit integers for sum, avg and statistics aggregates  (Andreas Karlsson <andreas@proxel.se>)
Responses Re: Using 128-bit integers for sum, avg and statistics aggregates  (Andreas Karlsson <andreas@proxel.se>)
List pgsql-hackers
On 11/13/14 7:57 PM, Andreas Karlsson wrote:
> On 11/13/2014 03:38 AM, Alvaro Herrera wrote:
>> configure is a generated file.  If your patch touches it but not
>> configure.in, there is a problem.
> 
> Thanks for pointing it out, I have now fixed it.

There is something odd about your patch.  I claims that all files are
new files, e.g.:

diff --git a/src/backend/utils/adt/numeric.c
b/src/backend/utils/adt/numeric.c
new file mode 100644
index d61af92..98183b4
*** a/src/backend/utils/adt/numeric.c
--- b/src/backend/utils/adt/numeric.c




pgsql-hackers by date:

Previous
From: Stephen Frost
Date:
Subject: Re: Segmentation fault in pg_dumpall from master down to 9.1 and other bug introduced by RLS
Next
From: Tom Lane
Date:
Subject: Re: Re: [GENERAL] Performance issue with libpq prepared queries on 9.3 and 9.4