pgsql: Add some regression test cases for denormalized float8 input. - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Add some regression test cases for denormalized float8 input.
Date
Msg-id E1RsehI-0008A4-0Y@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Add some regression test cases for denormalized float8 input.

This was submitted with the previous patch, but I'm committing it
separately to ease backing it out if these results prove too unportable.

Marti Raudsepp, after a proposal by Jeroen Vermeulen

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/500cf66d5522b39ddfdc26b309f8b5b0e385f42e

Modified Files
--------------
.../expected/float8-exp-three-digits-win32.out     |   19 +++++++++++++++++++
src/test/regress/expected/float8-small-is-zero.out |   19 +++++++++++++++++++
.../regress/expected/float8-small-is-zero_1.out    |   19 +++++++++++++++++++
src/test/regress/expected/float8.out               |   19 +++++++++++++++++++
src/test/regress/sql/float8.sql                    |    5 +++++
5 files changed, 81 insertions(+), 0 deletions(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Try to be more consistent about accepting denormalized float8 nu
Next
From: Peter Eisentraut
Date:
Subject: pgsql: psql: Case preserving completion of SQL key words