pgsql: Our interface code for Spencer's regexp package was checking for

From: tgl(at)svr1(dot)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Our interface code for Spencer's regexp package was checking for
Date: 2004-11-24 22:44:09
Message-ID: 20041124224409.319903A4406@svr1.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
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.

Modified Files:
--------------
pgsql/src/backend/utils/adt:
regexp.c (r1.54 -> r1.55)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/adt/regexp.c.diff?r1=1.54&r2=1.55)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2004-11-24 22:44:28 pgsql: Our interface code for Spencer's regexp package was checking for
Previous Message Tom Lane 2004-11-24 19:51:07 pgsql: A client_encoding specification coming from the connection