]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Round off random_normal() test results one more decimal place.
authorTom Lane <tgl@sss.pgh.pa.us>
Tue, 10 Jan 2023 03:44:16 +0000 (22:44 -0500)
committerTom Lane <tgl@sss.pgh.pa.us>
Tue, 10 Jan 2023 03:44:16 +0000 (22:44 -0500)
commit02d552c4f4229c3c1fb4ed5eadb93b6d551b7510
treed9e48d8751a75281affe1274694866b7fe5a3b14
parentf745739697e49a38a31a755d7d36d6c97008dd9f
Round off random_normal() test results one more decimal place.

As I suspected, some machines have even more low-order-bit
inaccuracy than the ones I tested.  Tweak new test so that
(hopefully) it will pass everywhere.  Per buildfarm.

Discussion: https://postgr.es/m/4173840.1673290336@sss.pgh.pa.us
src/test/regress/expected/random.out
src/test/regress/sql/random.sql