]> git.ipfire.org Git - thirdparty/postgresql.git/commit
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:27 +0000 (18:34 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Fri, 30 Dec 2005 18:34:27 +0000 (18:34 +0000)
commitfff24e9b47c01ca190e2f27f30c619466b6a8e10
tree07b232c8dbee3ec09af8f8ba349a767d2f6c5452
parentff48fb9579a699092bb3623b885f5ecb94d54b94
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