"David Esposito" <dvesposito(at)newnetco(dot)com> writes:
> #0 ExecEvalVar (variable=0x8237338, econtext=0x8238238, isNull=0x826769c
> "") at execQual.c:324
> 324 tuple_type = slot->ttc_tupleDescriptor;
> (gdb) bt
> #0 ExecEvalVar (variable=0x8237338, econtext=0x8238238, isNull=0x826769c
> "") at execQual.c:324
Okay ... could we see the results of getting into gdb at this point
and doing
p slot
p *slot -- if above shows slot not 0, which I doubt
p *variable
p *econtext
I'd also like to see the results of EXPLAIN VERBOSE for the problem
query.
regards, tom lane