Re: [GENERAL] [Fwd: PostgreSQL - Desparate!] - Mailing list pgsql-general

From Brett W. McCoy
Subject Re: [GENERAL] [Fwd: PostgreSQL - Desparate!]
Date
Msg-id Pine.LNX.4.00.9808022041450.1531-100000@dragosani.lan2wan.com
Whole thread Raw
In response to Re: [GENERAL] [Fwd: PostgreSQL - Desparate!]  (David Hartwig <daybee@bellatlantic.net>)
List pgsql-general
On Sun, 2 Aug 1998, David Hartwig wrote:

> This happens to us whenever the cleaning lady gets behind the server and
> kicks the plug.   We put wrapper script around the postmaster to clean up
> these and any orphaned sort files.    My guess is that the "rm /tmp/*" at
> boot time does not remove the hidden dot files.

I put a line in rc.sysinit to explictly remove any .s.PGSQL* files (right
after the line that deletes old PID and .X files).  Haven't had a problem
starting up the postmaster since doing so.  If you need to remove hidden
dot files, you need to use 'rm /tmp/.*' -- you need the leading dot.

Brett W. McCoy
                                        http://www.lan2wan.com/~bmccoy/
-----------------------------------------------------------------------
"The number of UNIX installations has grown to 10, with more expected."
   -- The UNIX Programmer's Manual, 2nd Edition, June, 1972


pgsql-general by date:

Previous
From: David Hartwig
Date:
Subject: Re: [GENERAL] [Fwd: PostgreSQL - Desparate!]
Next
From: Roland Roberts
Date:
Subject: PostgreSQL catalogues: how to find the primary key?