Doc: fix copy-and-pasteo in ecpg docs.
The synopsis for PGTYPESinterval_free() used the wrong name.
Discussion:
https://postgr.es/m/[email protected]
Branch
--
master
Details
---
https://git.postgresql.org/pg/commitdiff/42aa1f0ab321fd43cbfdd87
Doc: fix copy-and-pasteo in ecpg docs.
The synopsis for PGTYPESinterval_free() used the wrong name.
Discussion:
https://postgr.es/m/[email protected]
Branch
--
REL9_5_STABLE
Details
---
https://git.postgresql.org/pg/commitdiff/4f01103d647b9b01
Doc: fix copy-and-pasteo in ecpg docs.
The synopsis for PGTYPESinterval_free() used the wrong name.
Discussion:
https://postgr.es/m/[email protected]
Branch
--
REL_12_STABLE
Details
---
https://git.postgresql.org/pg/commitdiff/dab8561cded85217
Doc: fix copy-and-pasteo in ecpg docs.
The synopsis for PGTYPESinterval_free() used the wrong name.
Discussion:
https://postgr.es/m/[email protected]
Branch
--
REL_11_STABLE
Details
---
https://git.postgresql.org/pg/commitdiff/3d73d264e7efdb0b
Doc: fix copy-and-pasteo in ecpg docs.
The synopsis for PGTYPESinterval_free() used the wrong name.
Discussion:
https://postgr.es/m/[email protected]
Branch
--
REL_13_STABLE
Details
---
https://git.postgresql.org/pg/commitdiff/7f932f77c7eb0687
Doc: fix copy-and-pasteo in ecpg docs.
The synopsis for PGTYPESinterval_free() used the wrong name.
Discussion:
https://postgr.es/m/[email protected]
Branch
--
REL9_6_STABLE
Details
---
https://git.postgresql.org/pg/commitdiff/5771d8b690e0f1b4
Doc: fix copy-and-pasteo in ecpg docs.
The synopsis for PGTYPESinterval_free() used the wrong name.
Discussion:
https://postgr.es/m/[email protected]
Branch
--
REL_10_STABLE
Details
---
https://git.postgresql.org/pg/commitdiff/44a6a82c791df00c
Lobotomize test for float -Inf ^ -2, at least for now.
Per POSIX this case should produce +0, but buildfarm member fossa
(with icc (ICC) 19.0.5.281 20190815) is reporting -0. icc has a
boatload of unsafe floating-point optimizations, with a corresponding
boatload of not-too-well-documented compil
Fix file reference in nls.mk
Broken by move of fe_archive.c to fe_utils.
Branch
--
master
Details
---
https://git.postgresql.org/pg/commitdiff/eab6e460e00d61e5aae95298a0fe8c79a1653184
Modified Files
--
src/bin/pg_rewind/nls.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletio
Fix file reference in nls.mk
Broken by move of fe_archive.c to fe_utils.
Branch
--
REL_13_STABLE
Details
---
https://git.postgresql.org/pg/commitdiff/9c25a873d631036a92036394863eba1f4a3f3cd5
Modified Files
--
src/bin/pg_rewind/nls.mk | 2 +-
1 file changed, 1 insertion(+), 1
In dpow(), remove redundant check for whether y is an integer.
I failed to notice that we don't really need to check for y being an
integer in the code path where x = -inf; we already did.
Also make some further cosmetic rearrangements in that spot in hopes
of dodging the seeming compiler bug tha
11 matches
Mail list logo