]> granicus.if.org Git - postgresql/commit
Our interface code for Spencer's regexp package was checking for regexp
authorTom Lane <tgl@sss.pgh.pa.us>
Wed, 24 Nov 2004 22:44:07 +0000 (22:44 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Wed, 24 Nov 2004 22:44:07 +0000 (22:44 +0000)
commit236404fcd14f189412138e29d8a78765540a0000
tree669ebe89a487db56925572717b4d4e0a4f981ee8
parentcf796cc702a879947fd6d1290e25250fe0b37d69
Our interface code for Spencer's regexp package was checking for regexp
error conditions during regexp compile, but not during regexp execution;
any sort of "can't happen" errors would be treated as no-match instead
of being reported as they should be.  Noticed while trying to duplicate
a reported Tcl bug.
src/backend/utils/adt/regexp.c