Re: Patch to remove sort files, temp tables, unreferenced files - Mailing list pgsql-patches

From Bruce Momjian
Subject Re: Patch to remove sort files, temp tables, unreferenced files
Date
Msg-id 200105290115.f4T1FdV05608@candle.pha.pa.us
Whole thread Raw
In response to Patch to remove sort files, temp tables, unreferenced files  (Bruce Momjian <pgman@candle.pha.pa.us>)
List pgsql-patches
> NOTICE:  Unreferenced table file found in database directory.  This
>          could have been left from a database crash.  If no one was
>          using the database during VACUUM, the file can be safely
>          removed by the administrator using 'rm':
>          /usr/var/local/postgres/data/base/18617/33333

I think this wording is overly cautious.  I will change it to:

> NOTICE:  Unreferenced table file found in database directory.  This
>          could have been left from a database crash.  This file can be
>          safely removed by the administrator using 'rm':
>          /usr/var/local/postgres/data/base/18617/33333


--
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 853-3000
  +  If your life is a hard drive,     |  830 Blythe Avenue
  +  Christ can be your backup.        |  Drexel Hill, Pennsylvania 19026

pgsql-patches by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: [HACKERS] Support for %TYPE in CREATE FUNCTION
Next
From: Tom Lane
Date:
Subject: Re: Patch to remove sort files, temp tables, unreferenced files