| From: | itagaki(at)pgfoundry(dot)org (User Itagaki) |
|---|---|
| To: | pgsql-committers(at)postgresql(dot)org |
| Subject: | textsearch-ja - textsearch-ja: Fix a bug in text normalization when a |
| Date: | 2011-04-26 11:44:57 |
| Message-ID: | 20110426114457.CE78010710E0@pgfoundry.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-committers |
Log Message:
-----------
Fix a bug in text normalization when a document begins with a single byte
character followed by multibyte characters.
Modified Files:
--------------
textsearch-ja:
textsearch_ja.c (r1.15 -> r1.16)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/textsearch-ja/textsearch-ja/textsearch_ja.c?r1=1.15&r2=1.16)
textsearch-ja/expected:
textsearch_ja.out (r1.3 -> r1.4)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/textsearch-ja/textsearch-ja/expected/textsearch_ja.out?r1=1.3&r2=1.4)
textsearch-ja/sql:
textsearch_ja.sql (r1.3 -> r1.4)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/textsearch-ja/textsearch-ja/sql/textsearch_ja.sql?r1=1.3&r2=1.4)
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Bruce Momjian | 2011-04-26 14:15:52 | pgsql: Now that pg_upgrade uses -w in pg_ctl, remove loop that retried |
| Previous Message | Bruce Momjian | 2011-04-26 00:18:25 | pgsql: In pg_upgrade, avoid one start/stop of the postmaster; use the |