make check and make installcheck
От | Mathieu Arnold |
---|---|
Тема | make check and make installcheck |
Дата | |
Msg-id | 3A1DADB0.D19AC70A@club-internet.fr обсуждение исходный текст |
Ответы |
Re: make check and make installcheck
|
Список | 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 по дате отправления: