From: | Daniel Gustafsson <daniel(at)yesql(dot)se> |
---|---|
To: | Stepan Neretin <sncfmgg(at)gmail(dot)com> |
Cc: | Dean Rasheed <dean(dot)a(dot)rasheed(at)gmail(dot)com>, PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org> |
Subject: | Re: gamma() and lgamma() functions |
Date: | 2024-07-01 14:22:32 |
Message-ID: | 9B9826EE-EDA9-4B23-B8B3-4D7EE886BB4E@yesql.se |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
> On 1 Jul 2024, at 16:20, Stepan Neretin <sncfmgg(at)gmail(dot)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
From | Date | Subject | |
---|---|---|---|
Next Message | Peter Eisentraut | 2024-07-01 14:26:22 | Re: Should we document how column DEFAULT expressions work? |
Previous Message | Tom Lane | 2024-07-01 14:21:35 | Re: Surround CheckRelation[Oid]LockedByMe() with USE_ASSERT_CHECKING |