Marko Kreen <mark...@gmail.com> writes: > On 9/26/09, Peter Eisentraut <pete...@gmx.net> wrote: >> That patch results in the following message from flex: >> >> psqlscan.l:1039: warning, -s option given but default rule can be >> matched
> Agh. Well, that just means the <xeu> state must be commented out: > -%x xeu > +/* %x xeu */ Ick --- that breaks the whole concept of keeping the two sets of flex rules in sync. And it's quite unclear why it fixes the problem, too. At the very least, if you do it that way, it needs a comment explaining exactly why it's different from the backend. regards, tom lane -- Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers