From: | teodor(at)postgresql(dot)org (Teodor Sigaev) |
---|---|
To: | pgsql-committers(at)postgresql(dot)org |
Subject: | pgsql: Add regression tests for ispell, synonym and thesaurus |
Date: | 2007-09-11 11:54:42 |
Message-ID: | [email protected] |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-committers |
Log Message:
-----------
Add regression tests for ispell, synonym and thesaurus dictionaries.
Rename synonym.syn.sample and thesaurs.ths.sample to
synonym_sample.syn and thesaurs_sample.ths accordingly to be able to use they
in regression test.
Ispell dictionary uses synthetic simple dictionary files.
Modified Files:
--------------
pgsql/src/backend/tsearch:
Makefile (r1.2 -> r1.3)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/tsearch/Makefile?r1=1.2&r2=1.3)
pgsql/src/test/regress:
parallel_schedule (r1.43 -> r1.44)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/test/regress/parallel_schedule?r1=1.43&r2=1.44)
serial_schedule (r1.40 -> r1.41)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/test/regress/serial_schedule?r1=1.40&r2=1.41)
Added Files:
-----------
pgsql/src/backend/tsearch:
hunspell_sample.affix (r1.1)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/tsearch/hunspell_sample.affix?rev=1.1&content-type=text/x-cvsweb-markup)
ispell_sample.affix (r1.1)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/tsearch/ispell_sample.affix?rev=1.1&content-type=text/x-cvsweb-markup)
ispell_sample.dict (r1.1)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/tsearch/ispell_sample.dict?rev=1.1&content-type=text/x-cvsweb-markup)
synonym_sample.syn (r1.1)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/tsearch/synonym_sample.syn?rev=1.1&content-type=text/x-cvsweb-markup)
thesaurus_sample.ths (r1.1)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/tsearch/thesaurus_sample.ths?rev=1.1&content-type=text/x-cvsweb-markup)
pgsql/src/test/regress/expected:
tsdicts.out (r1.1)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/test/regress/expected/tsdicts.out?rev=1.1&content-type=text/x-cvsweb-markup)
pgsql/src/test/regress/sql:
tsdicts.sql (r1.1)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/test/regress/sql/tsdicts.sql?rev=1.1&content-type=text/x-cvsweb-markup)
Removed Files:
-------------
pgsql/src/backend/tsearch:
synonym.syn.sample
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/tsearch/synonym.syn.sample)
thesaurus.ths.sample
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/tsearch/thesaurus.ths.sample)
From | Date | Subject | |
---|---|---|---|
Next Message | User Dpage | 2007-09-11 12:17:02 | pginstaller - pginst: We need to link with secure32.lib now that libpq |
Previous Message | User Itagaki | 2007-09-11 11:40:36 | textsearch-ja - textsearch-ja: Initial version. |