pgsql: Update Unicode map text files

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Update Unicode map text files
Date: 2021-10-04 11:03:21
Message-ID: E1mXLkf-0003jz-P1@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Update Unicode map text files

A couple of newer ones are available. There are no functional
differences, but let's get them in anyway, so that there is no
surprise diff next time someone wants to do some actual work in this
area.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/ce27c8953e8e48c69c690c0e5795cde40ed59fd2

Modified Files
--------------
src/backend/utils/mb/Unicode/euc-jis-2004-std.txt | 6 +++---
src/backend/utils/mb/Unicode/sjis-0213-2004-std.txt | 6 +++---
2 files changed, 6 insertions(+), 6 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Daniel Gustafsson 2021-10-04 12:33:56 pgsql: Provide error hint on exit() check when building libpq
Previous Message Daniel Gustafsson 2021-10-04 09:48:34 pgsql: Provide error hint if TAP tests are not enabled