Re: [sqlsmith] Failed assertion in BecomeLockGroupLeader

Поиск
Список
Период
Сортировка
От Andres Freund
Тема Re: [sqlsmith] Failed assertion in BecomeLockGroupLeader
Дата
Msg-id 20160430003645.vl66pksujc52cupq@alap3.anarazel.de
обсуждение исходный текст
Ответ на Re: [sqlsmith] Failed assertion in BecomeLockGroupLeader  (Andreas Seltenreich <seltenreich@gmx.de>)
Список pgsql-hackers
On 2016-04-30 02:28:22 +0200, Andreas Seltenreich wrote:
> This sounds like it should work to capture more context when the
> Assertion fails the next time.  I have to purge the catalogs a bit
> though to avoid stopping early on boring core dumps.  Most of them are
> currently caused by acl.c using text for syscache lookups and triggering
> an NAMEDATALEN assertion.
> 
> E.g.: select has_language_privilege('smithsmithsmithsmithsmithsmithsmithsmithsmithsmithsmithsmithsmith', smith');

Yuck. We got to fix those.   Does anybody remember how these functions
came to use text instead of name for things that pretty clearly should
have accepted name (i.e. the objects not the priv string)?

Andres



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

Предыдущее
От: Andreas Seltenreich
Дата:
Сообщение: Re: [sqlsmith] Failed assertion in BecomeLockGroupLeader
Следующее
От: Andres Freund
Дата:
Сообщение: Re: [sqlsmith] Failed assertion in BecomeLockGroupLeader