Repair EXPLAIN failure when trying to display a plan condition that involves
authorTom Lane <tgl@sss.pgh.pa.us>
Fri, 30 Dec 2005 18:34:22 +0000 (18:34 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Fri, 30 Dec 2005 18:34:22 +0000 (18:34 +0000)
commitc876d965f5e7a8b300f57d21de570cca291ac84a
treef26b4fad6ef6cbc8b83f99c24d8d94b198036114
parent7211ff7d32d6b5ae257e4abbe20fa8421c6921a8
Repair EXPLAIN failure when trying to display a plan condition that involves
selection of a field from the result of a function returning RECORD.
I believe this case is new in 8.1; it's due to the addition of OUT parameters.
Per example from Michael Fuhr.
src/backend/utils/adt/ruleutils.c