From: Peter Eisentraut Date: Tue, 1 Mar 2016 01:08:16 +0000 (-0500) Subject: UCS_to_EUC_JIS_2004.pl: Turn off "test" mode by default X-Git-Tag: REL9_6_BETA1~477 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f9e5ed61ed1e27390051e8eb10bd9ec4cb40d7b2;p=postgresql UCS_to_EUC_JIS_2004.pl: Turn off "test" mode by default It produces debugging output files that are of no further use, so we don't need that by default. --- diff --git a/src/backend/utils/mb/Unicode/UCS_to_EUC_JIS_2004.pl b/src/backend/utils/mb/Unicode/UCS_to_EUC_JIS_2004.pl index 57088c31ff..d2f1b757cb 100755 --- a/src/backend/utils/mb/Unicode/UCS_to_EUC_JIS_2004.pl +++ b/src/backend/utils/mb/Unicode/UCS_to_EUC_JIS_2004.pl @@ -9,7 +9,7 @@ require "ucs2utf.pl"; -$TEST = 1; +$TEST = 0; # first generate UTF-8 --> EUC_JIS_2004 table