]> 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:27 +0000 (22:44 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Wed, 24 Nov 2004 22:44:27 +0000 (22:44 +0000)
commit38929bc06ae95e7e0c014c556a9752f7ef3d0371
treea2f41b648ed273ef5fb5cd161a5cd1fe29cf2ca1
parenta007dd1d21a161221e24350bd9343464a34e3c32
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