make check and make installcheck

From: Mathieu Arnold <arn_mat(at)club-internet(dot)fr>
To: pgsql-general <pgsql-general(at)postgresql(dot)org>
Subject: make check and make installcheck
Date: 2000-11-23 23:52:16
Message-ID: 3A1DADB0.D19AC70A@club-internet.fr
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Giovanni Tummarello 2000-11-24 00:32:38 selecting data from multiple DBs
Previous Message Peter Pilsl 2000-11-23 22:59:29 Re: MS-ACCESS -> PGSQL