textsearch-ja - eudc: Fix a bug in conversion from SJIS to UTF8 with a - Mailing list pgsql-committers

From itagaki@pgfoundry.org (User Itagaki)
Subject textsearch-ja - eudc: Fix a bug in conversion from SJIS to UTF8 with a
Date
Msg-id 20101111015320.C1793107101E@pgfoundry.org
Whole thread Raw
List 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)

pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Fix line_construct_pm() for the case of "infinite" (DBL_MAX) slo
Next
From: mhasegawa@pgfoundry.org (User Mhasegawa)
Date:
Subject: pgbulkload - pgbulkload: Fix when an error skipped, memory consumptions