Fix broken definition of :print: character class, per Bruno Wolff.

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 5594aa6a6e82d70fdcdfb59d208d8bf539446598
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2003-09-29T00:21:58Z
Releases: 7.4.1
Fix broken definition of :print: character class, per Bruno Wolff.
Also, make :alnum: character class directly dependent on isalnum()
rather than guessing.

Files

PathChange+/−
src/backend/regex/regc_locale.c modified +19 −4
src/backend/regex/regcomp.c modified +2 −1