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

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Remove just-added tests for to_timestamp(float8) with out-of-ran
Date: 2016-03-30 02:23:44
Message-ID: E1al5nM-0005ew-BJ@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Magnus Hagander 2016-03-30 08:50:25 pgsql: Add missing gss option to msvc config template
Previous Message Michael Paquier 2016-03-30 01:56:18 Re: [COMMITTERS] pgsql: Allow to_timestamp(float8) to convert float infinity to timestam