Re: [HACKERS] Core dump in regression tests.u

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: [HACKERS] Core dump in regression tests.u
Дата
Msg-id 199809010548.BAA27945@candle.pha.pa.us
обсуждение исходный текст
Список pgsql-hackers
> (gdb) print attrNums[attOff]
> $3 = 15
> (gdb) print *hTupDesc
> $5 = {natts = 0, attrs = 0x0, constr = 0x0}
> (gdb) print fInfo
> $6 = (FuncIndexInfo *) 0x0
>

I believe this is the pg_proc.prosrc index.  This is the only case of a
system index/cache on a 'text' field, rather than 'name'.  'text' is
variable length, unlike the other fields.  I wonder if there is some
problem with the cache code on this type of index.  In 6.3.2, it was
there but never used, so it may have been broken all along.  This is
just a guess, though.


--
Bruce Momjian                          |  830 Blythe Avenue
maillist@candle.pha.pa.us              |  Drexel Hill, Pennsylvania 19026
  +  If your life is a hard drive,     |  (610) 353-9879(w)
  +  Christ can be your backup.        |  (610) 853-3000(h)

В списке pgsql-hackers по дате отправления:

Предыдущее
От: David Hartwig
Дата:
Сообщение: Re: [HACKERS] configure problem
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: [HACKERS] Core dump in regression tests.