Обсуждение: Postgresql 9.3.9

Поиск
Список
Период
Сортировка

Postgresql 9.3.9

От
Bhanu Gandikota
Дата:

Hi all,

 

Does anyone know if we need to run any vacuum (freeze) soon after patching Postgresql to version 9.3.9 [say from 9.3.4]?

Is TXN wrap around fix effective automatically in 9.3.9 or do we have to do anything manually?

 

Please advise!

 

Thanks,

Bhanu Gandikota

 

Re: Postgresql 9.3.9

От
Alvaro Herrera
Дата:
Bhanu Gandikota wrote:
> Hi all,
>
> Does anyone know if we need to run any vacuum (freeze) soon after patching Postgresql to version 9.3.9 [say from
9.3.4]?
> Is TXN wrap around fix effective automatically in 9.3.9 or do we have to do anything manually?

Look in your log for a message like this shortly after server start:
  LOG:  MultiXact member wraparound protections are now enabled

If you see it, then you're fine and nothing is needed.

If you see this message instead:
  LOG:  MultiXact member wraparound protections are disabled [...]
then autovacuum will have to slowly work its way out of trouble.  It
might take some time, depending on the database size.  You don't need
any additional measures as it's automatic.  As soon as it has finished,
you will see the other message above.

--
Álvaro Herrera                http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services