Fix minor issues with new unicode {de,re}composition code
authorMichael Paquier <michael@paquier.xyz>
Sat, 7 Nov 2020 01:15:58 +0000 (10:15 +0900)
committerMichael Paquier <michael@paquier.xyz>
Sat, 7 Nov 2020 01:15:58 +0000 (10:15 +0900)
commitceaeac54f75f0117a7b3caa2f8ecba5cfac18ee5
tree3256bf88e7e609d43eb5cf08a2623c8552e8385e
parent7577dd84807a808f295dbfb0191540750ff98002
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
src/common/unicode/generate-unicode_norm_table.pl
src/common/unicode_norm.c