pgsql: Add missing rules related to EUC_JIS_2004 and SHIFT_JIS_2004 enc

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Add missing rules related to EUC_JIS_2004 and SHIFT_JIS_2004 enc
Date: 2016-03-04 01:45:59
Message-ID: E1abeoZ-0003Me-FX@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Add missing rules related to EUC_JIS_2004 and SHIFT_JIS_2004 encodings

This was apparently forgotten in commit
75c6519ff68dbb97f73b13e9976fb8075bbde7b8.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/7a4a813c993ed767e2c2952f7a89a75ce6e56b6b

Modified Files
--------------
src/backend/utils/mb/Unicode/Makefile | 12 +++++++++++-
1 file changed, 11 insertions(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Alvaro Herrera 2016-03-04 16:05:42 pgsql: Add 'tap_tests' flag in config_default.pl
Previous Message Andres Freund 2016-03-04 01:23:29 pgsql: Force synchronous_commit=on in test_decoding's concurrent_ddl_dm