Rename unicode_combining_table to unicode_width_table

John Naylor <john.naylor@postgresql.org>

Commit: eb0d0d2c7300c9c5c22b35975c11265aa4becc84
Author: John Naylor <john.naylor@postgresql.org>
Date: 2021-08-25T17:01:35Z
Releases: 15.0
Rename unicode_combining_table to unicode_width_table

No functional changes. A future commit will use this table for
other purposes besides combining characters.

Files

PathChange+/−
src/common/unicode/generate-unicode_width_table.pl (from src/common/unicode/generate-unicode_combining_table.pl) renamed +1 −1
src/common/unicode/Makefile modified +2 −2
src/common/wchar.c modified +1 −1
src/include/common/unicode_width_table.h (from src/include/common/unicode_combining_table.h) renamed +1 −1