On Fri, Apr 29, 2016 at 2:42 PM, sri harsha <[email protected]> wrote: > > Its not an OpExpr . It is a VAR , got it from "reltargetlist" in base > relation ( RelOptInfo) . Can you shed some light on where the conversion > from 141 to "original" attribute number takes place ??
As Tom said, you must be looking at an OPEXPR's opfuncid value. Because that's what I see as being 141. Thanks, Amit -- Sent via pgsql-hackers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers
