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

From Andreas Karlsson
Subject Re: Using 128-bit integers for sum, avg and statistics aggregates
Date
Msg-id 54655DD8.5090005@proxel.se
Whole thread Raw
In response to Re: Using 128-bit integers for sum, avg and statistics aggregates  (Peter Eisentraut <peter_e@gmx.net>)
List pgsql-hackers
On 11/14/2014 02:25 AM, Peter Eisentraut wrote:
> 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

Those lines look fine to me.

It does not say I have added a new file, it only claims I have changed 
the mode of the file. And that is an artifact from using the script 
src/tools/git-external-diff which always outputs a line with "new file 
mode".

-- 
Andreas Karlsson



pgsql-hackers by date:

Previous
From: David G Johnston
Date:
Subject: Re: EXPLAIN ANALYZE output weird for Top-N Sort
Next
From: Tom Lane
Date:
Subject: Re: EXPLAIN ANALYZE output weird for Top-N Sort