Re: Adding missing object access hook invocations

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема Re: Adding missing object access hook invocations
Дата
Msg-id 20200419225546.GB436587@paquier.xyz
обсуждение исходный текст
Ответ на Re: Adding missing object access hook invocations  (Mark Dilger <mark.dilger@enterprisedb.com>)
Ответы Re: Adding missing object access hook invocations
Re: Adding missing object access hook invocations
Список pgsql-hackers
On Thu, Mar 19, 2020 at 11:47:46AM -0700, Mark Dilger wrote:
> On Mar 19, 2020, at 11:30 AM, Mark Dilger <mark.dilger@enterprisedb.com> wrote:
>>  Will post v3 shortly.

Thanks for sending a new version of the patch and removing the bits
about object drops.  Your additions to src/backend/ look fine to me,
so I have no objections to commit it.  The only module we have in core
that makes use of object_access_hook is sepgsql.  Adding support for
it could be done in a separate commit for AMs, stats and user mappings
but we would need a use-case for it.  One thing that I can see is that
even if we test for ALTER put_your_object_type_here foo RENAME TO in
the module and that your patch adds one InvokeObjectPostAlterHook()
for ALTER RULE, we don't have support for rules in sepgsql (see
sepgsql_object_access for OAT_POST_CREATE).  So that's fine.

Unfortunately, we are past feature freeze so this will have to wait
until v14 opens for business to be merged, and I'll take care of it.
Or would others prefer to not wait one extra year for those changes to
be released?

Please note that there is a commit fest entry, though you forgot to
add your name as author of the patch:
https://commitfest.postgresql.org/28/2513/
--
Michael

Вложения

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

Предыдущее
От: Jeff Davis
Дата:
Сообщение: v13: Performance regression related to FORTIFY_SOURCE
Следующее
От: David Rowley
Дата:
Сообщение: Re: Parallel Append can break run-time partition pruning