pgsql: Fix minor issues with new unicode {de,re}composition code

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix minor issues with new unicode {de,re}composition code
Date: 2020-11-07 01:23:13
Message-ID: E1kbCwj-00074V-N6@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix minor issues with new unicode {de,re}composition code

The table generation script would incorrectly complain in the
recomposition sorting when matching code points. This would not have
caused the generation of an incorrect table. Note that this condition
is not reachable yet, but could have been reached with future updates.

pg_bswap.h does not need to be included in the frontend.x

Author: John Naylor
Discussion: https://postgr.es/m/CAFBsxsGWmExpvv=61vtDKCs7+kBbhkwBDL2Ph9CacziFKnV_yw@mail.gmail.com

Branch
------
master

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

Modified Files
--------------
src/common/unicode/generate-unicode_norm_table.pl | 2 +-
src/common/unicode_norm.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2020-11-07 01:26:06 Re: pgsql: Use the non-deprecated TG_TABLE_MAME in test trigger
Previous Message Tomas Vondra 2020-11-06 23:42:02 pgsql: Properly detoast data in brin_form_tuple