Re: [HACKERS] Unlock the vacuum - Mailing list pgsql-hackers

From The Hermit Hacker
Subject Re: [HACKERS] Unlock the vacuum
Date
Msg-id Pine.BSF.3.96.980430003957.466L-100000@thelab.hub.org
Whole thread Raw
In response to Unlock the vacuum  (Michael Yeung <michaely@alphanet.net.au>)
List pgsql-hackers
On Thu, 30 Apr 1998, Michael Yeung wrote:

> Dear all,
>
> Can anyone tell me how to unlocak a vacuum ? Because last time i run the vacuum and stop while running. When i do a
vacuumagain this morning, it says 
>
> michaely=> vacuum;
> WARN: Can't create a lock file - another vacuum cleaner running ?

    Assuming that you are *sure* there are no other vacuum processes
running, look for:

    <PGHOME>/data/base/<database>/pg_vlock

    And remove that...

Marc G. Fournier
Systems Administrator @ hub.org
primary: scrappy@hub.org           secondary: scrappy@{freebsd|postgresql}.org


pgsql-hackers by date:

Previous
From: Brett McCormick
Date:
Subject: text patch -- sugg cmd when run as root
Next
From: ocie@paracel.com
Date:
Subject: Re: [HACKERS] Re: [PATCHES] S_LOCK reduced contention through backoff patch