Re: Assertion failure in base backup code path

Поиск
Список
Период
Сортировка
От Andres Freund
Тема Re: Assertion failure in base backup code path
Дата
Msg-id 20131218230359.GH26481@alap2.anarazel.de
обсуждение исходный текст
Ответ на Re: Assertion failure in base backup code path  (Andres Freund <andres@2ndquadrant.com>)
Ответы Re: Assertion failure in base backup code path
Список pgsql-hackers
Hi Magnus,

It looks to me like the path to do_pg_start_backup() outside of a
transaction context comes from your initial commit of the base backup
facility.
The problem is that you're not allowed to do anything leading to a
syscache/catcache lookup in those contexts.

Greetings,

Andres Freund

-- Andres Freund                       http://www.2ndQuadrant.com/PostgreSQL Development, 24x7 Support, Training &
Services



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

Предыдущее
От: Andres Freund
Дата:
Сообщение: Re: preserving forensic information when we freeze
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: stats for network traffic WIP