Fix inadequate error checking: you can't assume that fcinfo->resultinfo
Tom Lane <tgl@sss.pgh.pa.us>
Fix inadequate error checking: you can't assume that fcinfo->resultinfo is a ReturnSetInfo unless you've tested it with IsA.
Files
| Path | Change | +/− |
|---|---|---|
| contrib/tablefunc/tablefunc.c | modified | +21 −19 |
| contrib/xml2/xpath.c | modified | +24 −22 |