refactor ownercheck and aclcheck functions

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема refactor ownercheck and aclcheck functions
Дата
Msg-id 95c30f96-4060-2f48-98b5-a4392d3b6066@enterprisedb.com
обсуждение исходный текст
Ответы Re: refactor ownercheck and aclcheck functions  (Corey Huinker <corey.huinker@gmail.com>)
Re: refactor ownercheck and aclcheck functions  (Antonin Houska <ah@cybertec.at>)
Список pgsql-hackers
These patches take the dozens of mostly-duplicate pg_foo_ownercheck() 
and pg_foo_aclcheck() functions and replace (most of) them by common 
functions that are driven by the ObjectProperty table.  All the required 
information is already in that table.

This is similar to the consolidation of the drop-by-OID functions that 
we did a while ago (b1d32d3e3230f00b5baba08f75b4f665c7d6dac6).
Вложения

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

Предыдущее
От: Masahiko Sawada
Дата:
Сообщение: Re: [PoC] Improve dead tuple storage for lazy vacuum
Следующее
От: Simon Riggs
Дата:
Сообщение: Re: New docs chapter on Transaction Management and related changes