Re: Core dump on PG 7.1.3

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Core dump on PG 7.1.3
Дата
Msg-id 24771.1017760786@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Core dump on PG 7.1.3  ("David Esposito" <dvesposito@newnetco.com>)
Ответы Re: Core dump on PG 7.1.3  ("David Esposito" <dvesposito@newnetco.com>)
Список 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 по дате отправления:

Предыдущее
От: "David Siebert"
Дата:
Сообщение: Postgres and Foxbase
Следующее
От: Tom Lane
Дата:
Сообщение: Re: %ROWTYPE as PL/pgsql argument