Re: duplicated tables - Mailing list pgsql-hackers

From Teodor Sigaev
Subject Re: duplicated tables
Date
Msg-id 497AF11E.6000707@sigaev.ru
Whole thread Raw
In response to Re: duplicated tables  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: duplicated tables  (Euler Taveira de Oliveira <euler@timbira.com>)
List 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 by date:

Previous
From: Simon Riggs
Date:
Subject: Re: Pluggable Indexes
Next
From: Simon Riggs
Date:
Subject: Re: Hot Standby (v9d)