Round off random_normal() test results one more decimal place.

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 02d552c4f4229c3c1fb4ed5eadb93b6d551b7510
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2023-01-10T03:44:16Z
Releases: 16.0
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

Files

PathChange+/−
src/test/regress/expected/random.out modified +25 −25
src/test/regress/sql/random.sql modified +1 −1

Discussion