Re: Getting the red out (of the buildfarm)

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Getting the red out (of the buildfarm)
Date: 2009-10-03 08:26:24
Message-ID: 1254558384.10783.20.camel@fsopti579.F-Secure.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Sat, 2009-10-03 at 00:42 -0400, Tom Lane wrote:
> As far as I can tell, PLyObject_ToDatum is invoking PLyUnicode_Str and
> then PyString_AsString, and what it gets back from the latter is
> (in C string notation) "\200\0". Possibly what this means is that
> python thinks that that is the correct LATIN2 representation of
> \u0080.

Well, \u0080 is \x80 in LATIN2, which is "\200\0" as a C string. So far
so good. But that does not equate to the Euro sign, which the build
farm result shows. So something is screwing up beyond this point.

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Albe Laurenz 2009-10-03 09:03:53 Re: Rejecting weak passwords
Previous Message Peter Eisentraut 2009-10-03 06:45:55 Privileges and inheritance