pgsql: Remove a stray subnormal value from float tests.

Поиск
Список
Период
Сортировка
От Andrew Gierth
Тема pgsql: Remove a stray subnormal value from float tests.
Дата
Msg-id E1gu1OI-0007YR-70@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Remove a stray subnormal value from float tests.

We don't care to assume that input of subnormal float values works,
but a stray subnormal value from the upstream Ryu regression test had
been left in the test data by mistake. Remove it.

Per buildfarm member fulmar.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/80c468b4a454881b56e1c73c6fedcb2978c5b415

Modified Files
--------------
src/test/regress/expected/float4-misrounded-input.out | 4 +---
src/test/regress/expected/float4.out                  | 4 +---
src/test/regress/sql/float4.sql                       | 1 -
3 files changed, 2 insertions(+), 7 deletions(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: pgsql: Add -mpopcnt to all compiles of pg_bitutils.c
Следующее
От: Andrew Dunstan
Дата:
Сообщение: Re: pgsql: Change floating-point output format for improvedperformance.