Re: [GENERAL] pg_multixact issues
От | Dev Kumkar |
---|---|
Тема | Re: [GENERAL] pg_multixact issues |
Дата | |
Msg-id | CALSLE1Mngj=vyA-hdKaB-HWQ=gU_A3vDRE4ddyKwViTRFXmLFg@mail.gmail.com обсуждение исходный текст |
Ответ на | Re: [GENERAL] pg_multixact issues (Andres Freund <andres@2ndquadrant.com>) |
Ответы |
Re: [GENERAL] pg_multixact issues
Re: [GENERAL] pg_multixact issues |
Список | pgsql-sql |
On Thu, Sep 18, 2014 at 4:03 PM, Andres Freund <andres@2ndquadrant.com> wrote:
That's correct! No, there is no upgrade here.
Here are the details:
oid datname datfrozenxid age(datfrozenxid) datminmxid
16384 myDB 1673 10872259 1
I don't think that's relevant for you.
Did you upgrade the database using pg_upgrade?
That's correct! No, there is no upgrade here.
Can you show pg_controldata output and the output of 'SELECT oid,
datname, relfrozenxid, age(relfrozenxid), relminmxid FROM pg_database;'?
Here are the details:
oid datname datfrozenxid age(datfrozenxid) datminmxid
16384 myDB 1673 10872259 1
Additionally wanted to mention couple more points here:
When I try to run "vacuum full" on this machine then facing following issue:
INFO: vacuuming "myDB.mytable"
ERROR: MultiXactId 3622035 has not been created yet -- apparent wraparound
INFO: vacuuming "myDB.mytable"
ERROR: MultiXactId 3622035 has not been created yet -- apparent wraparound
No Select statements are working on this table, is the table corrupt?
Regards...
В списке pgsql-sql по дате отправления: