Re: Core dump on PG 7.1.3 - Mailing list pgsql-general

From Tom Lane
Subject Re: Core dump on PG 7.1.3
Date
Msg-id 24771.1017760786@sss.pgh.pa.us
Whole thread Raw
In response to Re: Core dump on PG 7.1.3  ("David Esposito" <dvesposito@newnetco.com>)
Responses Re: Core dump on PG 7.1.3
List pgsql-general
"David Esposito" <dvesposito@newnetco.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

pgsql-general by date:

Previous
From: "David Siebert"
Date:
Subject: Postgres and Foxbase
Next
From: Tom Lane
Date:
Subject: Re: %ROWTYPE as PL/pgsql argument