pgsql: Cleanup for unicode-update build target and test.

From: Jeff Davis <jdavis(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Cleanup for unicode-update build target and test.
Date: 2024-01-11 20:36:34
Message-ID: E1rO1n0-000xlw-UV@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Cleanup for unicode-update build target and test.

In preparation for adding more Unicode tables.

Discussion: https://postgr.es/m/63cd8625-68fa-4760-844a-6b7f643336f2@ardentperf.com
Reviewed-by: Jeremy Schneider

Branch
------
master

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

Modified Files
--------------
src/common/unicode/Makefile | 6 +++---
src/common/unicode/category_test.c | 24 ++++++++++-----------
src/common/unicode/meson.build | 44 +++++++++++++++++++-------------------
3 files changed, 37 insertions(+), 37 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2024-01-11 20:51:45 pgsql: Fix incorrect format placeholder
Previous Message Tom Lane 2024-01-11 20:28:52 pgsql: Allow subquery pullup to wrap a PlaceHolderVar in another one.