Re: pg_multixact not getting truncated

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: pg_multixact not getting truncated
Дата
Msg-id 27662.1416520049@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: pg_multixact not getting truncated  (Josh Berkus <josh@agliodbs.com>)
Список pgsql-hackers
Josh Berkus <josh@agliodbs.com> writes:
> Well, the first thing that comes to mind is that template0 should be
> "permanently frozen".  That is, all objects in it should be created with
> frozen xid and mxids.  After all, nobody can modify anything in it.

That sounds about as unsafe as can be.  You can't stop superusers from
connecting to template0 and modifying it if they want to ... and I don't
really want to say "ok, the consequence of that is silent disaster many
moons later".
        regards, tom lane



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

Предыдущее
От: David G Johnston
Дата:
Сообщение: Re: Doing better at HINTing an appropriate column within errorMissingColumn()
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: superuser() shortcuts