Re: ERROR: could not open relation

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: ERROR: could not open relation
Дата
Msg-id 20050714212314.GL19778@alvh.no-ip.org
обсуждение исходный текст
Ответ на Re: ERROR: could not open relation  ("Thomas F. O'Connell" <tfo@sitening.com>)
Список pgsql-general
On Thu, Jul 14, 2005 at 04:08:48PM -0500, Thomas F. O'Connell wrote:
> So my first instinct was to avoid use of temp tables in this scenario
> altogether, but now I'm thinking all I might need to do is unhook the
> temp tables from inheritance.
>
> But I just want to raise a basic reliability issu raised in the
> nearby "Autovacuum loose ends" thread issue before I conclude that
> this approach is safe enough to prevent any more bgwriter errors:
> does pg_autovacuum as currently written in contrib vacuum temp
> tables, and, in 8.0, is this then able (however unlikely) to cause
> the sort of error I encountered yesterday? Or was that thread only
> talking about the new integrated version of the code as far as access
> to temp tables are concerned?

AFAICS contrib's pg_autovacuum ignores temp tables, so you're safe.

--
Alvaro Herrera (<alvherre[a]alvh.no-ip.org>)
"Linux transformó mi computadora, de una `máquina para hacer cosas',
en un aparato realmente entretenido, sobre el cual cada día aprendo
algo nuevo" (Jaime Salinas)

В списке pgsql-general по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: ERROR: could not open relation
Следующее
От: Martijn van Oosterhout
Дата:
Сообщение: Re: Converting MySQL tinyint to PostgreSQL