Don't try to constant-fold functions returning RECORD, since the optimizer
Tom Lane <tgl@sss.pgh.pa.us>
Don't try to constant-fold functions returning RECORD, since the optimizer isn't presently set up to pass them an expected tuple descriptor. Bug has been there since 7.3 but was just recently reported by Thomas Hallgren.
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/optimizer/util/clauses.c | modified | +8 −1 |