Re: psql tests hangs - Mailing list pgsql-hackers

From Tom Lane
Subject Re: psql tests hangs
Date
Msg-id 1243993.1683864860@sss.pgh.pa.us
Whole thread Raw
In response to Re: psql tests hangs  (Kirk Wolak <wolakk@gmail.com>)
Responses Re: psql tests hangs
List pgsql-hackers
Kirk Wolak <wolakk@gmail.com> writes:
> Did you try the print statement that Andrey asked Pavel to try?

Yeah, and I get exactly the results I expect:

$ cat test.pl
use locale;
my $result = sprintf('SELECT 1 \watch c=3 i=%g', 0.01);
print ">>$result<<\n";
$ LANG=cs_CZ.utf8 perl test.pl
>>SELECT 1 \watch c=3 i=0,01<<
$ LANG=C perl test.pl
>>SELECT 1 \watch c=3 i=0.01<<

            regards, tom lane



pgsql-hackers by date:

Previous
From: Kirk Wolak
Date:
Subject: Re: psql tests hangs
Next
From: Masahiko Sawada
Date:
Subject: Re: Time delayed LR (WAS Re: logical replication restrictions)