Re: duplicated tables - Mailing list pgsql-hackers

From Euler Taveira de Oliveira
Subject Re: duplicated tables
Date
Msg-id 497B1B57.7080705@timbira.com
Whole thread Raw
In response to Re: duplicated tables  (Teodor Sigaev <teodor@sigaev.ru>)
List pgsql-hackers
Teodor Sigaev escreveu:
>> 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.
> 
Could you post a backtrace or a test case? Maybe it is worth adding an assert
or test at some point in the code.


--  Euler Taveira de Oliveira http://www.timbira.com/


pgsql-hackers by date:

Previous
From: Simon Riggs
Date:
Subject: Re: Pluggable Indexes
Next
From: Bernd Helmle
Date:
Subject: Re: [COMMITTERS] pgsql: Automatic view update rules Bernd Helmle