Hello,
I am trying to install Postgres 8.0.3 on Mandrake 10.1. After several
hours of searching (I am a Linux newbie) I finally got the ./configure
to work. The next according to the documentation is to execute gmake.
But this gives me an error.
I've included part of the output.
-DFRON
Hi,
I found this bug:
if you define a plpythonu function that returns a unicode python string
the server process crashes calling that function.
The example below refers to a PostgreSQL 8.1devel installation
downloaded today from nightly snapshot but I found the same problem on
PostgreSQL 8.0.
Geert Schreyers wrote:
> Hello,
>
> >
> > I am trying to install Postgres 8.0.3 on Mandrake 10.1. After several
> > hours of searching (I am a Linux newbie) I finally got the ./configure
> > to work. The next according to the documentation is to execute gmake.
> > But this gives me an error.
>
On Wed, Jun 15, 2005 at 02:29:27PM +0200, Zac wrote:
> if you define a plpythonu function that returns a unicode python string
> the server process crashes calling that function.
The crash happens if the Unicode string has the high bit set. For
example, u'\x7f' doesn't cause a crash, but u'\x80