Re: [COMMITTERS] pgsql: Fill in no_priv_msg for publications andsubscriptions

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: [COMMITTERS] pgsql: Fill in no_priv_msg for publications andsubscriptions
Дата
Msg-id 20170126214644.neowuvlg2lz3vaas@alvherre.pgsql
обсуждение исходный текст
Ответ на [COMMITTERS] pgsql: Fill in no_priv_msg for publications and subscriptions  (Peter Eisentraut <peter_e@gmx.net>)
Ответы Re: [COMMITTERS] pgsql: Fill in no_priv_msg for publications andsubscriptions  (Peter Eisentraut <peter.eisentraut@2ndquadrant.com>)
Список pgsql-committers
Peter Eisentraut wrote:
> Fill in no_priv_msg for publications and subscriptions
>
> Even though these messages are not used yet, we should keep the list
> complete.

Hmm, should we add a StaticAssert() somewhere that lengthof(msg_no_priv)
is somehow consistent with the AclObjectKind enum?  Probably in
aclcheck_error() itself.

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


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

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: [COMMITTERS] pgsql: Add missed update in expected file
Следующее
От: Andres Freund
Дата:
Сообщение: [COMMITTERS] pgsql: Add castNode(type,ptr) for safe casting between NodeTag based t