Re: 291 pg_toast_temp schemas?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: 291 pg_toast_temp schemas?
Дата
Msg-id 11031.1335464521@sss.pgh.pa.us
обсуждение исходный текст
Ответ на 291 pg_toast_temp schemas?  (Josh Berkus <josh@agliodbs.com>)
Ответы Re: 291 pg_toast_temp schemas?  (Josh Berkus <josh@agliodbs.com>)
Список pgsql-bugs
Josh Berkus <josh@agliodbs.com> writes:
> summary: database has 291 empty pg_toast_temp schemas.

If your max_connections is 300 or more, this isn't surprising in the
least.

> ... so, apparently we still have an issue with cleaning up pg_toast_temp
> schema?

If they are empty, no we don't have a problem with cleaning them up.
The pg_namespace entries are deliberately left there across sessions,
to avoid useless catalog churn.

            regards, tom lane

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

Предыдущее
От: Josh Berkus
Дата:
Сообщение: 291 pg_toast_temp schemas?
Следующее
От: Ryan Kelly
Дата:
Сообщение: hstore parser incorrectly handles malformed input