]> granicus.if.org Git - postgresql/commit
Code cleanup for the new regexp UDFs: we can hardcode the OID and some
authorNeil Conway <neilc@samurai.com>
Wed, 28 Mar 2007 22:59:37 +0000 (22:59 +0000)
committerNeil Conway <neilc@samurai.com>
Wed, 28 Mar 2007 22:59:37 +0000 (22:59 +0000)
commit4591fb1aa8c0f8c2d724c2a83e1a336650cca933
treeaf28f8ee1a1e52b06c45d372eeabeb16a7714738
parent74b667ad4287ebb3339524e9f2714ae4ec3ee6af
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.
src/backend/utils/adt/regexp.c