Re: Infinite loop in GetMultiXactIdMembers() on 9.3.5 (involves pg_upgrade)

Поиск
Список
Период
Сортировка
От Peter Geoghegan
Тема Re: Infinite loop in GetMultiXactIdMembers() on 9.3.5 (involves pg_upgrade)
Дата
Msg-id CAM3SWZToXjqCJ6bVdfV1zdyZfw+QPf2tmC-v-judLCVqwE76Hg@mail.gmail.com
обсуждение исходный текст
Ответ на Infinite loop in GetMultiXactIdMembers() on 9.3.5 (involves pg_upgrade)  (Peter Geoghegan <pg@heroku.com>)
Ответы Re: Infinite loop in GetMultiXactIdMembers() on 9.3.5 (involves pg_upgrade)  (David Gould <daveg@sonic.net>)
Список pgsql-bugs
On Tue, Jan 27, 2015 at 7:16 PM, Peter Geoghegan <pg@heroku.com> wrote:
> customerdb=# select age(relfrozenxid), age(relminmxid), * from
> pg_class where relname = 'anonymized';


Whoops. Should have used mxid_age() here, but of course it isn't
available in this release.

I've since found BUG #11264, which seems to be the same issue...don't
know how I missed that one before. I see that Alvaro committed
something that at least addresses the non-interruptibility issue
directly, with a call to CHECK_FOR_INTERRUPTS() (commit d45e8dc52).
But I don't see any follow up addressing the bug itself, which I'd
hoped for. Did the discussion of BUG #11264 simply trail off without
an adequate resolution, as it appeared to?

Thanks
--
Peter Geoghegan

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

Предыдущее
От: Peter Geoghegan
Дата:
Сообщение: Infinite loop in GetMultiXactIdMembers() on 9.3.5 (involves pg_upgrade)
Следующее
От: Heikki Linnakangas
Дата:
Сообщение: Re: BUG #12670: Can't create postgis extension in single-user mode