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:25 +0000
committerTom Lane <tgl@sss.pgh.pa.us>2004-01-28 00:05:25 +0000
commit9f017115f598ad3e900f383dac17ff8463075d1e (patch)
tree48ea68d042b80182d14431fbd066700feaf358ff /src/backend/utils/adt/regexp.c
parent03ef7ebafae4ceeb23e6c3651d07a1c39b8b8648 (diff)
downloadpostgresql-9f017115f598ad3e900f383dac17ff8463075d1e.tar.gz
postgresql-9f017115f598ad3e900f383dac17ff8463075d1e.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