]> granicus.if.org Git - postgresql/commit
Refix the unaccent regression test on MSVC properly
authorPeter Eisentraut <peter_e@gmx.net>
Tue, 19 Apr 2011 19:52:52 +0000 (22:52 +0300)
committerPeter Eisentraut <peter_e@gmx.net>
Tue, 19 Apr 2011 19:52:52 +0000 (22:52 +0300)
commit385942f46ce526000d231c51c76360a807c2f809
tree34e14810e726f9728ff3af5e23899c2b8dc2273b
parent2e8d9544752a7d68cb46f028a4f16ab0eb76c26e
Refix the unaccent regression test on MSVC properly

... for some value of "properly".  Instead of overriding REGRESS_OPTS,
set the variables ENCODING and NO_LOCALE, which is more expressive and
allows overriding by the user.  Fix vcregress.pl to handle that.
contrib/unaccent/Makefile
src/tools/msvc/vcregress.pl