pgsql: Fix pgbench permute tests. - Mailing list pgsql-committers

From Dean Rasheed
Subject pgsql: Fix pgbench permute tests.
Date
Msg-id E1ljKou-0000tW-Fe@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Fix pgbench permute tests.

One of the tests for the pgbench permute() function added by
6b258e3d68 fails on some 32-bit platforms, due to variations in the
floating point computations in getrand(). The remaining tests give
sufficient coverage, so just remove the failing test.

Reported by Christoph Berg. Analysis by Thomas Munro and Tom Lane.
Based on patch by Fabien Coelho.

Discussion: https://postgr.es/m/YKQnUoYV63GRJBDD@msg.df7cb.de

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/0f516d039d8023163e82fa51104052306068dd69

Modified Files
--------------
src/bin/pgbench/t/001_pgbench_with_server.pl | 11 -----------
1 file changed, 11 deletions(-)


pgsql-committers by date:

Previous
From: Fujii Masao
Date:
Subject: pgsql: Make standby promotion reset the recovery pause state to 'not pa
Next
From: Bruce Momjian
Date:
Subject: pgsql: doc: add xreflabel for libpq chapter, needed for PG 14 relnotes