pgsql: Code cleanup for the new regexp UDFs: we can hardcode the OID and

From: neilc(at)postgresql(dot)org (Neil Conway)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Code cleanup for the new regexp UDFs: we can hardcode the OID and
Date: 2007-03-28 22:59:37
Message-ID: 20070328225937.1C7C69FB94A@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Code cleanup for the new regexp UDFs: we can hardcode the OID and some
properties of the "text" type, and then simplify the code accordingly.
Patch from Jeremy Drake.

Modified Files:
--------------
pgsql/src/backend/utils/adt:
regexp.c (r1.70 -> r1.71)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/adt/regexp.c.diff?r1=1.70&r2=1.71)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2007-03-29 00:15:39 pgsql: Teach CLUSTER to skip writing WAL if not needed (ie, not using
Previous Message Neil Conway 2007-03-28 22:48:58 pgsql: Replace 4-clause licensed blf.[ch] with blowfish implementation