Re: Role Attribute Bitmask Catalog Representation

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: Role Attribute Bitmask Catalog Representation
Дата
Msg-id 20141219034815.GT1768@alvh.no-ip.org
обсуждение исходный текст
Ответ на Re: Role Attribute Bitmask Catalog Representation  (Stephen Frost <sfrost@snowman.net>)
Ответы Re: Role Attribute Bitmask Catalog Representation  (Stephen Frost <sfrost@snowman.net>)
Re: Role Attribute Bitmask Catalog Representation  (Alvaro Herrera <alvherre@2ndquadrant.com>)
Список pgsql-hackers
FWIW I've been giving this patch a look and and adjusting some coding
details here and there.  Do you intend to commit it yourself?  You're
not listed as reviewer or committer for it in the commitfest app, FWIW.

One thing I don't very much like is that check_role_attribute() receives
a RoleAttr but nowhere it checks that only one bit is set in
'attribute'.  From the coding, this routine would return true if just
one of those bits is set, which is probably not what is intended.  Now I
realize that current callers all pass a bitmask with a single bit set,
but I think it'd be better to have some protection against that, for
possible future coding mistakes.

-- 
Álvaro Herrera                http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services



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

Предыдущее
От: Stephen Frost
Дата:
Сообщение: Re: Role Attribute Bitmask Catalog Representation
Следующее
От: Stephen Frost
Дата:
Сообщение: Re: Role Attribute Bitmask Catalog Representation