On 9/25/09, Tom Lane <[email protected]> wrote:
> [email protected] (Peter Eisentraut) writes:
>  > Log Message:
>  > -----------
>  > Unicode escapes in E'...' strings
>
>  > Author: Marko Kreen <[email protected]>
>
>  This patch has broken the no-backup property of the scanner, which
>  is an absolutely unacceptable penalty for such a second-order feature.
>  Please fix or revert.

How do I find out the state of said property?

Currently I assume its related to xeunicodebad pattern?

Will this fix it:

 -xeunicodebad   [\\]([uU])
 +xeunicodebad   [\\](u[0-9A-Fa-f]{0,3}|U[0-9A-Fa-f]{0,7})

?

-- 
marko

-- 
Sent via pgsql-hackers mailing list ([email protected])
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

Reply via email to