Re: gamma() and lgamma() functions - Mailing list pgsql-hackers

From Daniel Gustafsson
Subject Re: gamma() and lgamma() functions
Date
Msg-id 9B9826EE-EDA9-4B23-B8B3-4D7EE886BB4E@yesql.se
Whole thread Raw
In response to Re: gamma() and lgamma() functions  (Stepan Neretin <sncfmgg@gmail.com>)
List pgsql-hackers
> On 1 Jul 2024, at 16:20, Stepan Neretin <sncfmgg@gmail.com> wrote:

> The patch file seems broken.
> git apply gamma-and-lgamma.patch error: git apply: bad git-diff  — exptec /dev/null in line 2

It's a plain patch file, if you apply it with patch and not git it will work fine:

$ patch -p1 < gamma-and-lgamma.patch
patching file 'doc/src/sgml/func.sgml'
patching file 'src/backend/utils/adt/float.c'
patching file 'src/include/catalog/pg_proc.dat'
patching file 'src/test/regress/expected/float8.out'
patching file 'src/test/regress/sql/float8.sql'

--
Daniel Gustafsson




pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Surround CheckRelation[Oid]LockedByMe() with USE_ASSERT_CHECKING
Next
From: Peter Eisentraut
Date:
Subject: Re: Should we document how column DEFAULT expressions work?