From: | John Naylor <john(dot)naylor(at)postgresql(dot)org> |
---|---|
To: | pgsql-committers(at)lists(dot)postgresql(dot)org |
Subject: | pgsql: Rename unicode_combining_table to unicode_width_table |
Date: | 2021-08-25 17:10:46 |
Message-ID: | E1mIwQI-0000tS-Ay@gemulon.postgresql.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-committers |
Rename unicode_combining_table to unicode_width_table
No functional changes. A future commit will use this table for
other purposes besides combining characters.
Branch
------
master
Details
-------
https://git.postgresql.org/pg/commitdiff/eb0d0d2c7300c9c5c22b35975c11265aa4becc84
Modified Files
--------------
src/common/unicode/Makefile | 4 ++--
...ate-unicode_combining_table.pl => generate-unicode_width_table.pl} | 2 +-
src/common/wchar.c | 2 +-
.../common/{unicode_combining_table.h => unicode_width_table.h} | 2 +-
4 files changed, 5 insertions(+), 5 deletions(-)
From | Date | Subject | |
---|---|---|---|
Next Message | Masahiko Sawada | 2021-08-26 01:46:49 | Re: Separate out FileSet from SharedFileSet (was Re: pgsql: pgstat: Bring up pgstat in BaseInit() to fix uninitialized use o) |
Previous Message | Tom Lane | 2021-08-25 15:06:42 | pgsql: Remove redundant test. |