Re: BUG #15995: VACUUM not working after setting/unsetting of archive_mode = on, wal_level = replica

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: BUG #15995: VACUUM not working after setting/unsetting of archive_mode = on, wal_level = replica
Дата
Msg-id 2004.1568002958@sss.pgh.pa.us
обсуждение исходный текст
Ответ на BUG #15995: VACUUM not working after setting/unsetting of archive_mode = on, wal_level = replica  (PG Bug reporting form <noreply@postgresql.org>)
Список pgsql-bugs
PG Bug reporting form <noreply@postgresql.org> writes:
> 9. VACUUM is not working, even after upgrades vacuum is not working.  If I
> unset archive_mode = on, wal_level = replica and leave to default, vacuum
> not working.  Following is the message I get, no dead rows removed, but lot
> of delete/update has happeded to the table.

There are basically two possibilities here:

1. You have an old open transaction somewhere.  Possibly an
uncommitted two-phase transaction.  The pg_prepared_xacts view
would help identify the latter.

2. You have a replication slot that's holding back global xmin.
Look in pg_replication_slots.

            regards, tom lane



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

Предыдущее
От: PG Bug reporting form
Дата:
Сообщение: BUG #15995: VACUUM not working after setting/unsetting of archive_mode = on, wal_level = replica
Следующее
От: Sandeep Thakkar
Дата:
Сообщение: Re: Postgres 11.5.1 failed installation