Re: [COMMITTERS] pgsql: Unicode escapes in E'...' strings Author: Marko Kreen

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Marko Kreen <markokr(at)gmail(dot)com>
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-27 03:29:06
Message-ID: 14352.1254022146@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers pgsql-hackers

Marko Kreen <markokr(at)gmail(dot)com> writes:
> Anyway, now I attached a patch, where I filled the section but without
> referring it from anywhere. The rules itself are now equal. Is that OK?

Well, you also have to track the state changes (BEGIN).

In comparing the scanners I realized I'd forgotten to sync psql myself
when I was fooling around with the plpgsql scanner :-(. So mea culpa
as well ...

Fixed and applied.

regards, tom lane

In response to

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2009-09-27 03:43:10 pgsql: Make libpq reject non-numeric and out-of-range port numbers with
Previous Message Tom Lane 2009-09-27 03:27:24 pgsql: Sync psql's scanner with recent changes in backend scanner's flex

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2009-09-27 03:43:42 Re: [HACKERS] libpq port number handling
Previous Message Alvaro Herrera 2009-09-27 02:57:49 Re: Hot Standby on git