Re: [PATCHES] tsearch core path, v0.58

2007-08-20 Thread Teodor Sigaev
Tom Lane wrote: Teodor Sigaev <[EMAIL PROTECTED]> writes: http://www.sigaev.ru/misc/tsearch_core-0.58.gz What is src/backend/utils/tsearch/dict_ispell/parse.h ? oops - that is unused file after some experiments. Will be removed from patch. Well, I know what it *is*: it's bison output. T

Re: [PATCHES] tsearch core path, v0.58

2007-08-16 Thread Tom Lane
Gregory Stark <[EMAIL PROTECTED]> writes: > "Tom Lane" <[EMAIL PROTECTED]> writes: >> BTW, I would like to shorten some of the path names in this fileset. >> Is there a reason not to combine src/backend/utils/adt/tsearch, >> src/backend/utils/tsearch, and src/backend/utils/tsearch/dict_ispell >> in

Re: [PATCHES] tsearch core path, v0.58

2007-08-16 Thread Gregory Stark
"Tom Lane" <[EMAIL PROTECTED]> writes: > BTW, I would like to shorten some of the path names in this fileset. > Is there a reason not to combine src/backend/utils/adt/tsearch, > src/backend/utils/tsearch, and src/backend/utils/tsearch/dict_ispell > into one place, perhaps src/backend/tsearch? I f

Re: [PATCHES] tsearch core path, v0.58

2007-08-15 Thread Tom Lane
Teodor Sigaev <[EMAIL PROTECTED]> writes: > http://www.sigaev.ru/misc/tsearch_core-0.58.gz What is src/backend/utils/tsearch/dict_ispell/parse.h ? Well, I know what it *is*: it's bison output. The question is what is it doing here? It doesn't seem to be used, and if it is used then I do not see

Re: [PATCHES] tsearch core path, v0.58

2007-07-30 Thread Bruce Momjian
Teodor Sigaev wrote: > http://www.sigaev.ru/misc/tsearch_core-0.58.gz > > Changes since 0.52 version: > > 1) Introduce dictionary's template which contains only methods of dictionary > and > can be managed only by superuser. > CREATE TEXT SEARCH DICTIONARY dictname > TEMPLATE dicttmplname

Re: [PATCHES] tsearch core path, v0.58

2007-07-30 Thread Bruce Momjian
I did my first minimal review of this patch. First, it is massive 26k line diff for the new commands and functionality, and 31k for adding snowball stemmer. I am glad Oleg and Teodor wrote this because they have been around this code for a while and are available to fix any problems we find

Re: [PATCHES] tsearch core path, v0.58

2007-07-24 Thread Bruce Momjian
Your patch has been added to the PostgreSQL unapplied patches list at: http://momjian.postgresql.org/cgi-bin/pgpatches It will be applied as soon as one of the PostgreSQL committers reviews and approves it. --- Te

[PATCHES] tsearch core path, v0.58

2007-07-23 Thread Teodor Sigaev
http://www.sigaev.ru/misc/tsearch_core-0.58.gz Changes since 0.52 version: 1) Introduce dictionary's template which contains only methods of dictionary and can be managed only by superuser. CREATE TEXT SEARCH DICTIONARY dictname TEMPLATE dicttmplname [OPTION opt_text ] ; CREATE TEXT