Re: pg_dump is broken in CVS tip

From: Neil Conway <nconway(at)klamath(dot)dyndns(dot)org>
To: pgsql-hackers(at)postgresql(dot)org
Cc: pgman(at)candle(dot)pha(dot)pa(dot)us
Subject: Re: pg_dump is broken in CVS tip
Date: 2002-04-12 23:24:21
Message-ID: 20020412192421.4f77fb36.nconway@klamath.dyndns.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Fri, 12 Apr 2002 18:59:33 -0400
"Tom Lane" <tgl(at)sss(dot)pgh(dot)pa(dot)us> wrote:
> I said:
> > This will generate the problem:
>
> > create table t1 (f1 int primary key);
>
> > create table t2 (f1 int references t1);
>
> Actually, I find that I get the double declaration of t1_pkey even
> without t2. Either we're not using quite the same sources, or the
> problem is platform-dependent. I can dig into it if you cannot
> reproduce it ...

Curious -- I was previously using ~1 week old sources, and I was
unable to reproduce the problem (using either the original
test-case or the one provided above: neither has any problems).
When I built the current CVS code, both test-case exhibits the
problem quite obviously. Therefore, it seems that the problem
has been introduced recently.

I'll investigate...

Cheers,

Neil

P.S. Tom, would you mind adding my IP to your spam whitelist?
Your spam-blocking software rejects my emails.

--
Neil Conway <neilconway(at)rogers(dot)com>
PGP Key ID: DB3C29FC

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2002-04-13 00:12:45 Re: numeric/decimal docs bug?
Previous Message Tom Lane 2002-04-12 23:04:06 Re: numeric/decimal docs bug?