aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/regexp.c
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2004-01-28 00:05:04 +0000
committerTom Lane <tgl@sss.pgh.pa.us>2004-01-28 00:05:04 +0000
commit4405b3e05e566794fff92767fae7994a3c495d7f (patch)
treeda30e74984803a70cdb04c66c9e267a9e4a5d58b /src/backend/utils/adt/regexp.c
parent45842e6c52ec78100529f5523444985d4b8c61dd (diff)
downloadpostgresql-4405b3e05e566794fff92767fae7994a3c495d7f.tar.gz
postgresql-4405b3e05e566794fff92767fae7994a3c495d7f.zip
simplify_function() mustn't try to evaluate functions that return
composite types, because TupleTableSlots aren't Datums and can't be stored in Const nodes. We can remove this restriction if we ever adopt a cleaner runtime representation for whole-tuple results, but at the moment it's broken. Per example from Thomas Hallgren.
Diffstat (limited to 'src/backend/utils/adt/regexp.c')
0 files changed, 0 insertions, 0 deletions