Re: Assertion failure in base backup code path

Поиск
Список
Период
Сортировка
От Andres Freund
Тема Re: Assertion failure in base backup code path
Дата
Msg-id 20131224122415.GC31909@alap2.anarazel.de
обсуждение исходный текст
Ответ на Re: Assertion failure in base backup code path  (Magnus Hagander <magnus@hagander.net>)
Ответы Re: Assertion failure in base backup code path
Список pgsql-hackers
On 2013-12-23 18:28:51 +0100, Magnus Hagander wrote:
> On Dec 19, 2013 12:06 AM, "Andres Freund" <andres@2ndquadrant.com> wrote:
> >
> > 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.
> 
> I think that may have come with the addition of the replication privilege
> actually but that doesn't change the fact that yes, it appears broken..

There was a if (!superuser()) check there before as well, that has the
same dangers.

Greetings,

Andres Freund

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



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

Предыдущее
От: Craig Ringer
Дата:
Сообщение: Re: varattno remapping
Следующее
От: "MauMau"
Дата:
Сообщение: [bug fix] ECPG app crashes due to SIGBUS on SPARC Solaris