Re: regression test crashes at tsearch

From: "Hiroshi Saito" <z-saito(at)guitar(dot)ocn(dot)ne(dot)jp>
To: "Hiroshi Inoue" <inoue(at)tpf(dot)co(dot)jp>, "PG Hackers" <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: regression test crashes at tsearch
Date: 2009-02-22 15:33:43
Message-ID: 4A0F233898A544CDA767ECE2F879F907@HIRO57887DE653
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi.

Sorry late reaction.

I try check of CVS-HEAD now.

$ make check NO_LOCALE=true
...
=======================
All 120 tests passed.
=======================

However, same action as Inou-sane is seen.

make check MULTIBYTE=euc_jp NO_LOCALE=true

The differences that caused some tests to fail can be viewed in the
file "C:/MinGW/home/HIROSHI/pgsql/src/test/regress/regression.diffs". A copy of the test summary
that you see
above is saved in the file "C:/MinGW/home/HIROSHI/pgsql/src/test/regress/regression.out".

make[2]: *** [check] Error 1
make[2]: Leaving directory `/home/HIROSHI/pgsql/src/test/regress'
make[1]: *** [check] Error 2
make[1]: Leaving directory `/home/HIROSHI/pgsql/src/test'
make: *** [check] Error 2

http://winpg.jp/~saito/pg_bug/20090223-CVS-regression.diffs
http://winpg.jp/~saito/pg_bug/20090223-CVS-regression.out

Then, It is comfortable after applying Inoue-san patch.
make check MULTIBYTE=euc_jp NO_LOCALE=true
...
=======================
All 120 tests passed.
=======================

I think that Mr. Inoue's patch is right.
why isn't it taken into consideration yet?

Regards,
Hiroshi Saito

----- Original Message -----
From: "Hiroshi Inoue" <inoue(at)tpf(dot)co(dot)jp>

> Hi,
>
> I see a regression test failure in my mingw-vista port
> when I invoke the command
> make check MULTIBYTE=euc_jp NO_LOCALE=yes
> .
> It causes a crash at tsearch.
> The crash seems to occur when the server encoding isn't
> UTF-8 with no locale.
> The attached is a patch to avoid the crash.
>
> regards,
> Hiroshi Inoue
>
>
>

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Pavel Stehule 2009-02-22 15:43:07 Re: some broken on pg_stat_user_functions
Previous Message Tom Lane 2009-02-22 15:14:03 Re: Password prompting business