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