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

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Round off random_normal() test results one more decimal place.
Date: 2023-01-10 03:44:40
Message-ID: E1pF5Z2-002ueC-Bz@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/02d552c4f4229c3c1fb4ed5eadb93b6d551b7510

Modified Files
--------------
src/test/regress/expected/random.out | 50 ++++++++++++++++++------------------
src/test/regress/sql/random.sql | 2 +-
2 files changed, 26 insertions(+), 26 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Amit Kapila 2023-01-10 04:11:03 pgsql: Document the newly added wait events added by commit 216a784829.
Previous Message Amit Kapila 2023-01-10 03:34:53 pgsql: Fix the display of lock information for specktoken.