On Fri, 2009-09-25 at 15:39 -0400, Tom Lane 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,
Fixed.
> Also, it failed to update psql's scanner to match.
Why does the psql scanner need to know about this? Doesn't it just need
to know the difference between backslash-quote and backslash-something
else?