pgsql: Remove just-added tests for to_timestamp(float8) with out-of-ran - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Remove just-added tests for to_timestamp(float8) with out-of-ran
Date
Msg-id E1al5nM-0005ew-BJ@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Remove just-added tests for to_timestamp(float8) with out-of-range inputs.

Reporting the specific out-of-range input value produces platform-dependent
results.  We could skip reporting the value, but that's contrary to our
message style guidelines and unhelpful to users.  Or we could add a
separate expected-output file for Windows, but that would be a substantial
maintenance burden, and these test cases seem unlikely to be worth it.

Per buildfarm.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/c53ab8a3af46029b72634ec0643e78661b252f62

Modified Files
--------------
src/test/regress/expected/timestamptz.out | 8 +-------
src/test/regress/sql/timestamptz.sql      | 5 +----
2 files changed, 2 insertions(+), 11 deletions(-)


pgsql-committers by date:

Previous
From: Robert Haas
Date:
Subject: Re: pgsql: Add new replication mode synchronous_commit = 'remote_apply'.
Next
From: Magnus Hagander
Date:
Subject: pgsql: Add missing gss option to msvc config template