[ Patch comments in three pieces.]
authorBruce Momjian <bruce@momjian.us>
Wed, 24 Apr 2002 01:51:11 +0000 (01:51 +0000)
committerBruce Momjian <bruce@momjian.us>
Wed, 24 Apr 2002 01:51:11 +0000 (01:51 +0000)
commitc7aa6389ef58ae728fae77f3d5f5cd3dc2dfec12
tree53c22b9d5766f757025e1515e9c31aeaff90f4d2
parentea6c7db52fd5b323dd94e1faffa157beb173ab0a
[ Patch comments in three pieces.]

Attached is a pacth against 7.2 which adds locale awareness to the
character classes of the regular expression engine.

...

> > I still think the xdigit class could be handled the same way the digit
> > class is (by enumeration rather than using the isxdigit function). That
> > saves you a cicle, and I don't think there's any loss.
>
> In fact, I will email you when I apply the original patch.

I miss that case :-(. Here is the pached patch.

...

Here is a patch which addresses Tatsuo's concerns (it does return an
static struct instead of constructing it).
src/backend/regex/regcomp.c