Re: Open 8.3 issues

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Bruce Momjian <bruce(at)momjian(dot)us>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Open 8.3 issues
Date: 2007-11-25 06:20:02
Message-ID: 47491412.4090802@dunslane.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Tom Lane wrote:
> I wrote:
>
>> Re: [HACKERS] Heads up: 8.3beta3 to be wrapped this evening, andrew
>> This too.
>>
>
> Uh, no, actually it isn't. I thought we were going to make cases
> like "<h1>" be treated as XML tags, but CVS HEAD fails to do that:
>
> regression=# select * from ts_debug('<h1>foo</h1>');
> alias | description | token | dictionaries | dictionary | lexemes
> -----------+--------------------------+-------+----------------+--------------+---------
> blank | Space symbols | < | {} | |
> numword | Word, letters and digits | h1 | {simple} | simple | {h1}
> blank | Space symbols | > | {} | |
> asciiword | Word, all ASCII | foo | {english_stem} | english_stem | {foo}
> blank | Space symbols | < | {} | |
> file | File or path name | /h1 | {simple} | simple | {/h1}
> blank | Space symbols | > | {} | |
> (7 rows)
>
> What exactly *was* changed by this patch?
>
> 2007-11-19 21:25 adunstan
>
> * doc/src/sgml/textsearch.sgml, src/backend/tsearch/wparser_def.c,
> src/test/regress/expected/tsearch.out: Change descriptions of
> entity and tag objects to "XML entity" and "XML tag". Allow tag
> and entity names that follow XML rules. Provide for hexadecimal as
> well as decimal numeric entities. Adjust code names to coincide
> with new descriptions.
>
>

Oops. I will fix this in the morning when my brain is functioning. I see
what I did. I changed the rules for entity names but somehow missed
doing the same for tag names.

cheers

andrew

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Greg Smith 2007-11-25 06:20:28 Re: 8.3devel slower than 8.2 under read-only load
Previous Message Bruce Momjian 2007-11-25 02:59:44 Re: Open 8.3 issues