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

2009-09-22 Thread Tom Lane
"Amit Khandekar" 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!

[BUGS] BUG #5072: User trying to drop an internally dependent object crashes server

2009-09-22 Thread Amit Khandekar
The following bug has been logged online: Bug reference: 5072 Logged by: Amit Khandekar Email address: amit.khande...@enterprisedb.com PostgreSQL version: 8.5devel Operating system: All Description:User trying to drop an internally dependent object crashes server Deta