make check and make installcheck - Mailing list pgsql-general

From Mathieu Arnold
Subject make check and make installcheck
Date
Msg-id 3A1DADB0.D19AC70A@club-internet.fr
Whole thread Raw
Responses Re: make check and make installcheck  (Peter Eisentraut <peter_e@gmx.net>)
List pgsql-general
Hi

I was playing with a snapshot and doing some regression tests just in
case when i discovered that if i use a locale (fr_FR for instance), some
tests fails because the output doesn't not look like the default one
(without locales).
I believe the failure of these tests are not really bad as it's just
things like :


*** 246,256 ****
  SELECT '' AS to_char_13, to_char(q2, 'L9999999999999999.000')  FROM
INT8_TBL;
   to_char_13 |        to_char
  ------------+------------------------
!             |                456.000
!             |   4567890123456789.000
!             |                123.000
!             |   4567890123456789.000
!             |  -4567890123456789.000
  (5 rows)

  SELECT '' AS to_char_14, to_char(q2, 'FM9999999999999999.999') FROM
INT8_TBL;
--- 246,256 ----
  SELECT '' AS to_char_13, to_char(q2, 'L9999999999999999.000')  FROM
INT8_TBL;
   to_char_13 |        to_char
  ------------+------------------------
!             | F              456.000
!             | F 4567890123456789.000
!             | F              123.000
!             | F 4567890123456789.000
!             | F-4567890123456789.000
  (5 rows)

  SELECT '' AS to_char_14, to_char(q2, 'FM9999999999999999.999') FROM
INT8_TBL;

======================================================================

does someone think that someone should do something just not to scare
people ? :)

--
Mathieu Arnold

pgsql-general by date:

Previous
From: Peter Pilsl
Date:
Subject: Re: MS-ACCESS -> PGSQL
Next
From: "Giovanni Tummarello"
Date:
Subject: selecting data from multiple DBs