Fix inadequate error checking: you can't assume that fcinfo->resultinfo
authorTom Lane <tgl@sss.pgh.pa.us>
Sat, 9 Jul 2005 01:53:22 +0000 (01:53 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sat, 9 Jul 2005 01:53:22 +0000 (01:53 +0000)
commitffcb194f5c019ed8fbc46d78c5688881b90bd75e
treebf05dee15bc4c7f4f2695de7964f780f5ab0b392
parent8b7c0f64a055d90fb76b2c458c3b5c298db55e5c
Fix inadequate error checking: you can't assume that fcinfo->resultinfo
is a ReturnSetInfo unless you've tested it with IsA.
contrib/tablefunc/tablefunc.c
contrib/xml2/xpath.c