pg_upgrade: properly detect file copy failure on Windows
Previously, file copy failures were ignored on Windows due to an
incorrect return value check.
Report by Manu Joye
Backpatch through 9.1
Branch
--
master
Details
---
http://git.postgresql.org/pg/commitdiff/025106e314627f5aacdf72
pg_upgrade: properly detect file copy failure on Windows
Previously, file copy failures were ignored on Windows due to an
incorrect return value check.
Report by Manu Joye
Backpatch through 9.1
Branch
--
REL9_1_STABLE
Details
---
http://git.postgresql.org/pg/commitdiff/bdcbc2b47141cb8
pg_upgrade: properly detect file copy failure on Windows
Previously, file copy failures were ignored on Windows due to an
incorrect return value check.
Report by Manu Joye
Backpatch through 9.1
Branch
--
REL9_4_STABLE
Details
---
http://git.postgresql.org/pg/commitdiff/87cdfeb18ae0fe2
pg_upgrade: properly detect file copy failure on Windows
Previously, file copy failures were ignored on Windows due to an
incorrect return value check.
Report by Manu Joye
Backpatch through 9.1
Branch
--
REL9_2_STABLE
Details
---
http://git.postgresql.org/pg/commitdiff/b4c4220ede30486
pg_upgrade: properly detect file copy failure on Windows
Previously, file copy failures were ignored on Windows due to an
incorrect return value check.
Report by Manu Joye
Backpatch through 9.1
Branch
--
REL9_5_STABLE
Details
---
http://git.postgresql.org/pg/commitdiff/fae58d5bede8b5b
pg_upgrade: properly detect file copy failure on Windows
Previously, file copy failures were ignored on Windows due to an
incorrect return value check.
Report by Manu Joye
Backpatch through 9.1
Branch
--
REL9_3_STABLE
Details
---
http://git.postgresql.org/pg/commitdiff/a75efb483649a19
PL/Python: Make tests pass with Python 3.5
The error message wording for AttributeError has changed in Python 3.5.
For the plpython_error test, add a new expected file. In the
plpython_subtransaction test, we didn't really care what the exception
is, only that it is something coming from Python.
PL/Python: Make tests pass with Python 3.5
The error message wording for AttributeError has changed in Python 3.5.
For the plpython_error test, add a new expected file. In the
plpython_subtransaction test, we didn't really care what the exception
is, only that it is something coming from Python.
PL/Python: Make tests pass with Python 3.5
The error message wording for AttributeError has changed in Python 3.5.
For the plpython_error test, add a new expected file. In the
plpython_subtransaction test, we didn't really care what the exception
is, only that it is something coming from Python.
Fix spelling error in postgresql.conf
Report by Greg Clough
Branch
--
master
Details
---
http://git.postgresql.org/pg/commitdiff/e57646e96284d4bad79f87a5c1dfbcd8f5434020
Modified Files
--
src/backend/utils/misc/postgresql.conf.sample |2 +-
1 file changed, 1 insertion(+),
Improve type numeric's calculations for ln(), log(), exp(), pow().
Set the "rscales" for intermediate-result calculations to ensure that
suitable numbers of significant digits are maintained throughout. The
previous coding hadn't thought this through in any detail, and as a result
could deliver r
11 matches
Mail list logo