Re: Possible bug in pg_settings/pg_depend

From: Joel Jacobson <joel(at)gluefinance(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Possible bug in pg_settings/pg_depend
Date: 2011-01-13 19:04:04
Message-ID: AANLkTikVB8Y0ApbSTOw3ofO56Dh_WEV8jgauBpW=SM7w@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

2011/1/13 Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>:
> Yes, probably.  It's certainly possible to have the same linkage occur
> with different deptypes.  We don't try hard to avoid dups because they
> don't matter.

"with different deptypes", yes, but in this case there were two
linkages of the same deptype.

Just seems a bit strange I only found one such in the entire database,
smells like some kind of bug, but might not be, I dunno, just thought
it was worth investigating a bit, but if you're sure about it I of
course trust you.

--
Best regards,

Joel Jacobson
Glue Finance

E: jj(at)gluefinance(dot)com
T: +46 70 360 38 01

Postal address:
Glue Finance AB
Box  549
114 11  Stockholm
Sweden

Visiting address:
Glue Finance AB
Birger Jarlsgatan 14
114 34 Stockholm
Sweden

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Florian Pflug 2011-01-13 19:04:12 Re: kill -KILL: What happens?
Previous Message Joel Jacobson 2011-01-13 19:01:40 Re: pg_depend explained