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@tpf.co.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
>
>
>