pgsql: Fix pgbench permute tests.

Поиск
Список
Период
Сортировка
От Dean Rasheed
Тема pgsql: Fix pgbench permute tests.
Дата
Msg-id E1ljKou-0000tW-Fe@gemulon.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Fujii Masao
Дата:
Сообщение: pgsql: Make standby promotion reset the recovery pause state to 'not pa
Следующее
От: Bruce Momjian
Дата:
Сообщение: pgsql: doc: add xreflabel for libpq chapter, needed for PG 14 relnotes