Replace cryptic 'Unknown kind of return type' messages with something
Tom Lane <tgl@sss.pgh.pa.us>
Replace cryptic 'Unknown kind of return type' messages with something hopefully a little more useful.
Files
| Path | Change | +/− |
|---|---|---|
| contrib/dblink/dblink.c | modified | +2 −6 |
| contrib/tablefunc/tablefunc.c | modified | +1 −3 |
| src/backend/access/common/tupdesc.c | modified | +5 −2 |
| src/backend/catalog/pg_proc.c | modified | +3 −2 |
| src/backend/executor/nodeFunctionscan.c | modified | +5 −2 |
| src/backend/parser/parse_relation.c | modified | +4 −4 |