From: | Marko Kreen <markokr(at)gmail(dot)com> |
---|---|
To: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
Cc: | Peter Eisentraut <peter_e(at)gmx(dot)net>, pgsql-hackers(at)postgresql(dot)org |
Subject: | Re: [COMMITTERS] pgsql: Unicode escapes in E'...' strings Author: Marko Kreen |
Date: | 2009-09-25 20:23:17 |
Message-ID: | e51f66da0909251323m6a320518s58c3ebc5b755b027@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-committers pgsql-hackers |
On 9/25/09, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> wrote:
> petere(at)postgresql(dot)org (Peter Eisentraut) writes:
> > Log Message:
> > -----------
> > Unicode escapes in E'...' strings
>
> > Author: Marko Kreen <markokr(at)gmail(dot)com>
>
> 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
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2009-09-25 20:39:36 | Re: [COMMITTERS] pgsql: Unicode escapes in E'...' strings Author: Marko Kreen |
Previous Message | Tom Lane | 2009-09-25 19:39:50 | Re: [COMMITTERS] pgsql: Unicode escapes in E'...' strings Author: Marko Kreen |
From | Date | Subject | |
---|---|---|---|
Next Message | Alvaro Herrera | 2009-09-25 20:23:42 | Re: WIP - syslogger infrastructure changes |
Previous Message | Robert Haas | 2009-09-25 20:18:08 | Re: syslog_line_prefix |