pgsql: Fix use of incorrect constant RemoveRoleFromObjectACL.

Поиск
Список
Период
Сортировка
От Robert Haas
Тема pgsql: Fix use of incorrect constant RemoveRoleFromObjectACL.
Дата
Msg-id E1QCjb3-0001qd-Go@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Fix use of incorrect constant RemoveRoleFromObjectACL.

This could cause failures when DROP OWNED BY attempt to remove default
privileges on sequences.  Back-patching to 9.0.

Shigeru Hanada

Branch
------
REL9_0_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/147d6269f3e2d20e1790520e117e574092719ca3

Modified Files
--------------
src/backend/catalog/aclchk.c |    2 +-
1 files changed, 1 insertions(+), 1 deletions(-)


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

Предыдущее
От: achernow@pgfoundry.org (User Achernow)
Дата:
Сообщение: libpqtypes - libpqtypes: fixed bug in error.c where the global init
Следующее
От: Robert Haas
Дата:
Сообщение: pgsql: Fix use of incorrect constant RemoveRoleFromObjectACL.