Re: Patch to remove sort files, temp tables, unreferenced files

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
Cc: PostgreSQL-patches <pgsql-patches(at)postgresql(dot)org>
Subject: Re: Patch to remove sort files, temp tables, unreferenced files
Date: 2001-05-29 01:15:39
Message-ID: 200105290115.f4T1FdV05608@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026

In response to

Browse pgsql-patches by date

  From Date Subject
Next Message Tom Lane 2001-05-29 15:36:37 Re: Patch to remove sort files, temp tables, unreferenced files
Previous Message Bruce Momjian 2001-05-29 01:13:52 Re: [HACKERS] Support for %TYPE in CREATE FUNCTION