Re: duplicated tables

Поиск
Список
Период
Сортировка
От Teodor Sigaev
Тема Re: duplicated tables
Дата
Msg-id 497AF11E.6000707@sigaev.ru
обсуждение исходный текст
Ответ на Re: duplicated tables  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: duplicated tables  (Euler Taveira de Oliveira <euler@timbira.com>)
Список pgsql-hackers
> That doesn't look like duplicated tables so much as duplicated
> pg_namespace rows --- try doing \d's query by hand and adding display
> of pg_class.ctid and pg_namespace.ctid.  However, if that theory is
> correct then the next question is what you were doing to pg_namespace...

The bug was dereferencing uninitialized pointer, and postgres dumps core 
immediately. And patch does nothing with namespace.

-- 
Teodor Sigaev                                   E-mail: teodor@sigaev.ru
  WWW: http://www.sigaev.ru/
 


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

Предыдущее
От: Simon Riggs
Дата:
Сообщение: Re: Pluggable Indexes
Следующее
От: Simon Riggs
Дата:
Сообщение: Re: Hot Standby (v9d)