Re: BUG #3716: utf8 crash with replace

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Andreas Pflug" <pgadmin(at)pse-consulting(dot)de>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #3716: utf8 crash with replace
Date: 2007-11-04 01:54:50
Message-ID: 3521.1194141290@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

"Andreas Pflug" <pgadmin(at)pse-consulting(dot)de> writes:
> If replace is used with UTF8 client_encoding, searching for a malformed
> string, the backend will crash.

> SELECT replace('rger', chr(195), 'Ae')

I see no crash here. Maybe it's been fixed since 8.2.4? Please try
8.2.5. If you still get a crash, could you send a stack trace?

regards, tom lane

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Dean 2007-11-04 10:44:54 BUG #3718: Unexpected undefined_table error after creating/dropping tables
Previous Message Frank Lichtenheld 2007-11-03 23:08:14 Re: Test suite fails on alpha architecture