Reduce assumptions about locale's behavior in new regex tests.
authorTom Lane <tgl@sss.pgh.pa.us>
Tue, 17 Aug 2021 17:00:36 +0000 (13:00 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Tue, 17 Aug 2021 17:00:36 +0000 (13:00 -0400)
commitb66336c4e1af0e8eae520623e4b018251807b0bb
tree46e30435be783478879cd62e5c1a8ce21db4c2fa
parent78a843f119ca7d4a6eb173a7ee3bed45889d48d8
Reduce assumptions about locale's behavior in new regex tests.

I was overoptimistic to assume that UTF8-based locales would all
consider U+1500 to be a member of the [[:alpha:]] char class.
Tweak the test cases added by commit 78a843f11 to avoid that
assumption.  We might need to lobotomize them further, but this
should be enough to fix the early buildfarm reports.
src/test/modules/test_regex/expected/test_regex_utf8.out
src/test/modules/test_regex/sql/test_regex_utf8.sql