Re: [GENERAL] WARNING: could not remove database directory - Mailing list pgsql-hackers

From Tom Lane
Subject Re: [GENERAL] WARNING: could not remove database directory
Date
Msg-id 11769.1108142137@sss.pgh.pa.us
Whole thread Raw
Responses Re: [GENERAL] WARNING: could not remove database directory  (Bruce Momjian <pgman@candle.pha.pa.us>)
List pgsql-hackers
Hubert Fröhlich <hubert.froehlich@bvv.bayern.de> writes:
> dropdb ax20050206
> WARNING:  could not remove database directory 
> "/export/home/postgres/data2/base/115101837"
> DROP DATABASE

That's not very helpful, is it?

[ looks at code... ]  dbcommands.c is expecting that rmtree() will have
printed out a more-detailed message about the problem, but someone has
carefully removed every trace of error reporting from rmtree().
        regards, tom lane


pgsql-hackers by date:

Previous
From: Oleg Bartunov
Date:
Subject: any presentation, tutorial on postgresql ?
Next
From: Tom Lane
Date:
Subject: Re: passing parameters by reference