Re: pl/perl and utf-8 in sql_ascii databases
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Kyotaro HORIGUCHI <horiguchi.kyotaro@lab.ntt.co.jp>
Cc: badalex@gmail.com, alvherre@commandprompt.com, cb@df7cb.de, pgsql-hackers@postgresql.org
Date: 2012-06-22T14:51:14Z
Lists: pgsql-hackers
Kyotaro HORIGUCHI <horiguchi.kyotaro@lab.ntt.co.jp> writes: >>> +REGRESS_LC0 = $(subst .sql,,$(shell cd sql; ls plperl_lc_$(shell echo >> Hrm, that's quite cute. I dunno if there is a more cannon way of doing >> the above-- but it seems to work. I'm not sure this regression test is >> worth it. I'm thinking maybe we should just remove >> theegressionegression test instead. > I agree. That is the fundamental question. I've coded just for my > fun but I don't see not so much signicance to do that. We might > omit the test for this which is non-ciritical and corner cases. We need these tests to work on Windows too, so fancy gmake tricks are probably not the way to deal with varying results. regards, tom lane