Re: BUG #5072: User trying to drop an internally dependent object crashes server

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Amit Khandekar" <amit(dot)khandekar(at)enterprisedb(dot)com>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #5072: User trying to drop an internally dependent object crashes server
Date: 2009-09-22 15:47:39
Message-ID: 12015.1253634459@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

"Amit Khandekar" <amit(dot)khandekar(at)enterprisedb(dot)com> writes:
> If a DROP command is issued for an object that is actually a part of
> internal implementation of another object, then the command crashes the
> server.

How embarrassing --- evidently that specific code path never got tested.
Fixed, thanks for the report!

regards, tom lane

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Robert Haas 2009-09-22 18:56:58 Re: Problem installing Postgres 8.4.1
Previous Message Matt Taylor 2009-09-22 15:29:25 Re: BUG #5063: MS Access crashes by quiting after linking tables with PostgreSQL