Re: duplicated tables

From: Teodor Sigaev <teodor(at)sigaev(dot)ru>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Oleg Bartunov <oleg(at)sai(dot)msu(dot)su>, Pgsql Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: duplicated tables
Date: 2009-01-24 10:44:46
Message-ID: 497AF11E.6000707@sigaev.ru
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)sigaev(dot)ru
WWW: http://www.sigaev.ru/

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Zdenek Kotala 2009-01-24 11:18:57 Re: foreign_data test fails with non-C locale
Previous Message Simon Riggs 2009-01-24 09:57:51 Re: Pluggable Indexes