]> granicus.if.org Git - postgresql/commit
Mop-up for commit 85feb77aa09cda9ff3e12cf95c757c499dc25343.
authorTom Lane <tgl@sss.pgh.pa.us>
Fri, 22 Sep 2017 15:35:12 +0000 (11:35 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Fri, 22 Sep 2017 15:35:12 +0000 (11:35 -0400)
commited87e1980706975e7aa412bee200087774c5ff22
tree8e85249b86ffc0de824aa779efdf8d67ed5a59e8
parent85feb77aa09cda9ff3e12cf95c757c499dc25343
Mop-up for commit 85feb77aa09cda9ff3e12cf95c757c499dc25343.

Adjust commentary in regc_pg_locale.c to remove mention of the possibility
of not having <wctype.h> functions, since we no longer consider that.

Eliminate duplicate code in wparser_def.c by generalizing the p_iswhat
macro to take a parameter saying what to return for non-ASCII chars
in C locale.  (That's not really a consequence of the
USE_WIDE_UPPER_LOWER-ectomy, but I noticed it while doing that.)
src/backend/regex/regc_pg_locale.c
src/backend/tsearch/wparser_def.c