textsearch-ja - eudc: Fix a bug in conversion from SJIS to UTF8 with a

From: itagaki(at)pgfoundry(dot)org (User Itagaki)
To: pgsql-committers(at)postgresql(dot)org
Subject: textsearch-ja - eudc: Fix a bug in conversion from SJIS to UTF8 with a
Date: 2010-11-11 01:53:20
Message-ID: 20101111015320.C1793107101E@pgfoundry.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Fix a bug in conversion from SJIS to UTF8 with a fallback character.
Improve makefile to use pgxs without USE_PGXS=1 unless the directory
is placed in PGSRC/contrib.

Modified Files:
--------------
eudc:
Makefile (r1.3 -> r1.4)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/textsearch-ja/eudc/Makefile?r1=1.3&r2=1.4)
utf8_and_sjis_eudc.c (r1.3 -> r1.4)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/textsearch-ja/eudc/utf8_and_sjis_eudc.c?r1=1.3&r2=1.4)
eudc/expected:
fallback.out (r1.1 -> r1.2)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/textsearch-ja/eudc/expected/fallback.out?r1=1.1&r2=1.2)

Browse pgsql-committers by date

  From Date Subject
Next Message User Mhasegawa 2010-11-11 11:04:35 pgbulkload - pgbulkload: Fix when an error skipped, memory consumptions
Previous Message Tom Lane 2010-11-10 22:01:05 pgsql: Fix line_construct_pm() for the case of "infinite" (DBL_MAX) slo