failure on database drop

From: "Merlin Moncure" <merlin(dot)moncure(at)rcsonline(dot)com>
To: "PostgreSQL Win32 port list" <pgsql-hackers-win32(at)postgresql(dot)org>
Subject: failure on database drop
Date: 2004-05-04 16:06:00
Message-ID: 6EE64EF3AB31D5448D0007DD34EEB34101AE00@Herge.rcsinc.local
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers-win32

Had a failure dropping a database follow a crashed connection (crash was
due to application error). Test was on win32 port d/l and compiled
fresh this morning.

Here is the psql log (immediately after the crash):
data3=# \ctemplate1
You are now connected to database "template1".
template1=# drop database data3;
WARNING: could not remove database directory
"c:\postgres\data/base/17293"
DETAIL: Failing system command was: rmdir /s /q
"c:\postgres\data/base/17293"
HINT: Look in the postmaster's stderr log for more information.
DROP DATABASE

Here is the postmaster log:
LOG: could not receive data from client: No connection could be made
because the target machine act
ively refused it.
LOG: could not receive data from client: No connection could be
made because the target mac
hine actively refused it.

LOG: unexpected EOF on client connection

LOG: unexpected EOF on client connection
The directory is not empty.
WARNING: could not remove database directory
"c:\postgres\data/base/17293"
DETAIL: Failing system command was: rmdir /s /q
"c:\postgres\data/base/17293"
HINT: Look in the postmaster's stderr log for more information.

Responses

Browse pgsql-hackers-win32 by date

  From Date Subject
Next Message Andrew Dunstan 2004-05-04 16:24:40 Re: failure on database drop
Previous Message Andrew Dunstan 2004-05-03 22:03:27 Re: regression failures