pgsql: Shrink Unicode category table.

From: Jeff Davis <jdavis(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Shrink Unicode category table.
Date: 2023-12-07 23:44:43
Message-ID: E1rBO2s-0096re-Ny@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Shrink Unicode category table.

Missing entries can implicitly be considered "unassigned".

Discussion: https://postgr.es/m/ff4c2f2f9c8fc7ca27c1c24ae37ecaeaeaff6b53.camel@j-davis.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/719b342d36ce9a049137817e93e6a18a711a40e4

Modified Files
--------------
.../unicode/generate-unicode_category_table.pl | 21 +-
src/common/unicode_category.c | 6 +-
src/include/common/unicode_category_table.h | 711 +--------------------
3 files changed, 15 insertions(+), 723 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2023-12-08 00:37:15 pgsql: doc, intagg: fix one-to-many mention to many-to-many
Previous Message David Rowley 2023-12-07 08:29:04 pgsql: Verify that attribute counts match in ExecCopySlot