pgsql: Rename unicode_combining_table to unicode_width_table - Mailing list pgsql-committers

From John Naylor
Subject pgsql: Rename unicode_combining_table to unicode_width_table
Date
Msg-id E1mIwQI-0000tS-Ay@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Remove redundant test.
Next
From: Peter Eisentraut
Date:
Subject: Re: pgsql: psql: Add test for query canceling