mirror of
https://github.com/postgres/postgres.git
synced 2025-11-12 05:01:15 +03:00
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.