Re: [HACKERS] Broken PostgreSQL (latest CVS)

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: [HACKERS] Broken PostgreSQL (latest CVS)
Дата
Msg-id 199808201533.LAA26697@candle.pha.pa.us
обсуждение исходный текст
Ответ на Re: [HACKERS] Broken PostgreSQL (latest CVS)  (jwieck@debis.com (Jan Wieck))
Список pgsql-hackers
>     Looks like the tuple desctiptor given to index_formtuple() is
>     corrupted  somewhere  before  the  call   to   memmove()   in
>     DataFill() line 208.
>
>     I  think  it  must  have  happened  inside  of  DataFill() or
>     something DataFill() called, because at the time of  failure,
>     the  on-stack  variable  tupleDescriptor of index_formtuple()
>     looks still good - so I assume index_formtuple()  handed  the
>     correct  value  to  DataFill()  at  line  78  and it has been
>     corrupted after.
>
>     BTW: I love gdb.

This is happening during initdb?  Hope the new code fixes that.

BTW, it does pass the regression tests on my machine, so I figured
it was safe.

--
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 по дате отправления:

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: [HACKERS] Broken PostgreSQL (latest CVS)
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: new MB patch and pg_type oid problem