BUG #3716: utf8 crash with replace - Mailing list pgsql-bugs

From Andreas Pflug
Subject BUG #3716: utf8 crash with replace
Date
Msg-id 200711022000.lA2K0xA3057630@wwwmaster.postgresql.org
Whole thread Raw
Responses Re: BUG #3716: utf8 crash with replace  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-bugs
The following bug has been logged online:

Bug reference:      3716
Logged by:          Andreas Pflug
Email address:      pgadmin@pse-consulting.de
PostgreSQL version: 8.2.4
Operating system:   Linux,Windows
Description:        utf8 crash with replace
Details:

If replace is used with UTF8 client_encoding, searching for a malformed
string, the backend will crash.

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

pgsql-bugs by date:

Previous
From: "Bailey, Scott"
Date:
Subject: Re: BUG #3706: ecpg regression: "MOVE FORWARD"
Next
From: "Dave Page"
Date:
Subject: Re: BUG #3715: StackBuilder failing