Re: pgsql: Ensure plperl strings are always correctly UTF8 encoded.

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-committers(at)postgresql(dot)org
Subject: Re: pgsql: Ensure plperl strings are always correctly UTF8 encoded.
Date: 2011-11-26 23:31:58
Message-ID: 4ED176EE.3020509@dunslane.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

On 11/26/2011 06:07 PM, Tom Lane wrote:
> Andrew Dunstan<andrew(at)dunslane(dot)net> writes:
>> Ensure plperl strings are always correctly UTF8 encoded.
>> Amit Khandekar and Alex Hunsaker.
> This patch broke the buildfarm members that don't support multiple Perl
> interpreters, apparently because of an entirely random decision about
> which plperl variant to test where.
>
>

Oh, darn. Will fix.

cheers

andrew

In response to

Browse pgsql-committers by date

  From Date Subject
Next Message Andrew Dunstan 2011-11-26 23:41:35 pgsql: Use the right interpreter for encoding test.
Previous Message Tom Lane 2011-11-26 23:07:56 Re: pgsql: Ensure plperl strings are always correctly UTF8 encoded.