pgsql: Update UCS_to_GB18030.pl with info about origin of the reference

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Update UCS_to_GB18030.pl with info about origin of the reference
Date: 2015-11-27 22:31:41
Message-ID: E1a2RYL-00006e-Lf@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Update UCS_to_GB18030.pl with info about origin of the reference file.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/5afdfc9cbb29ffc6f6b557a06495672d3c09f688

Modified Files
--------------
src/backend/utils/mb/Unicode/UCS_to_GB18030.pl | 3 ++-
src/backend/utils/mb/Unicode/gb18030_to_utf8.map | 2 ++
src/backend/utils/mb/Unicode/utf8_to_gb18030.map | 2 ++
3 files changed, 6 insertions(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2015-11-28 18:42:41 pgsql: Avoid doing encoding conversions by double-conversion via MULE_I
Previous Message Tom Lane 2015-11-27 21:50:54 pgsql: Auto-generate file header comments in Unicode mapping files.