]> granicus.if.org Git - postgresql/commit
Teach regex_fixed_prefix() the correct handling of advanced regex
authorTom Lane <tgl@sss.pgh.pa.us>
Thu, 2 Dec 2004 02:45:24 +0000 (02:45 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 2 Dec 2004 02:45:24 +0000 (02:45 +0000)
commit6ba32b24b28d10b24af92d1e8312cac4cef5ddb6
tree03cb9ea2567788c2997e7e81c1c1d339b178e64e
parentd237a12e493f6e1b562579bf8361040ac1ba2470
Teach regex_fixed_prefix() the correct handling of advanced regex
escapes --- they aren't simply quoted characters.  Problem noted by
Antti Salmela.  Also fix problem with incorrect handling of multibyte
characters when followed by a quantifier.
src/backend/utils/adt/selfuncs.c