Re: [HACKERS] fulltext parser strange behave

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Andrew Dunstan <andrew(at)dunslane(dot)net>
Cc: Pavel Stehule <pavel(dot)stehule(at)gmail(dot)com>, "Patches (PostgreSQL)" <pgsql-patches(at)postgresql(dot)org>, Oleg Bartunov <oleg(at)sai(dot)msu(dot)su>
Subject: Re: [HACKERS] fulltext parser strange behave
Date: 2007-11-19 15:58:34
Message-ID: 391.1195487914@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-patches

Andrew Dunstan <andrew(at)dunslane(dot)net> writes:
> Here's a patch that fixes the patterns for numeric entities, tag names,
> and removes the upper case 'X' case in the special case for an XML
> prolog. There are still some oddities, but I decided against making
> heroic efforts to fix them. It's probably less important if the patterns
> are slightly too liberal (e.g. accepting <a href="qwe<qwe>"> ) than if
> they don't recognize what they are alleged to recognize.

I don't approve of the changes to the exposed token type names, but
the state machine changes seem sane first-glance.

regards, tom lane

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Andrew Dunstan 2007-11-19 16:18:41 Re: [HACKERS] fulltext parser strange behave
Previous Message Tom Lane 2007-11-19 15:38:43 Re: VACUUM/ANALYZE counting of in-doubt tuples

Browse pgsql-patches by date

  From Date Subject
Next Message Andrew Dunstan 2007-11-19 16:18:41 Re: [HACKERS] fulltext parser strange behave
Previous Message Marko Kreen 2007-11-19 14:26:14 Re: hashlittle(), hashbig(), hashword() and endianness