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

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: Patch to remove sort files, temp tables, unreferenced files
Дата
Msg-id 200105290115.f4T1FdV05608@candle.pha.pa.us
обсуждение исходный текст
Ответ на Patch to remove sort files, temp tables, unreferenced files  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список 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 по дате отправления:

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: [HACKERS] Support for %TYPE in CREATE FUNCTION
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Patch to remove sort files, temp tables, unreferenced files