Re: [COMMITTERS] pgsql: Add Unicode support in PL/Python

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: [COMMITTERS] pgsql: Add Unicode support in PL/Python
Дата
Msg-id 1252879967.26439.22.camel@vanquo.pezone.net
обсуждение исходный текст
Ответ на Re: [COMMITTERS] pgsql: Add Unicode support in PL/Python  (Andrew Dunstan <andrew@dunslane.net>)
Ответы Re: [COMMITTERS] pgsql: Add Unicode support in PL/Python  (Andrew Dunstan <andrew@dunslane.net>)
Список pgsql-hackers
On sön, 2009-09-13 at 10:07 -0400, Andrew Dunstan wrote:
> >>> Add Unicode support in PL/Python
> >> The buildfarm seems quite unhappy with this patch.
> > I am completely unable to reproduce the buildfarm failures, even with
> > different Python versions and the exact configure options that the
> > buildfarm instances use.  Does anyone have an affected build and wants
> > to work through this with me?
> I am going out shortly, but if you send me your ssh PK before I go I 
> will set you an account up on dungbeetle which is failing and you can 
> play there.

This is fixed now.

The reason this was not reproducible manually but showed up so
dramatically in the build farm is that almost all buildfarm machines use
SQL_ASCII as server encoding.  While it's evidently good that we have
some machines testing that, we should probably also have more machines
testing the UTF8 and other code paths.  Also, perhaps I'm missing
something, but it could have helped if the buildfarm logs showed the
locale and/or encoding somewhere.



В списке pgsql-hackers по дате отправления:

Предыдущее
От: Marcos Luis Ortiz Valmaseda
Дата:
Сообщение: Re: New features on 8.5 !!!!
Следующее
От: Andrew Dunstan
Дата:
Сообщение: Re: [COMMITTERS] pgsql: Add Unicode support in PL/Python