Re: Allow database owners to CREATE EVENT TRIGGER

Поиск
Список
Период
Сортировка
От Steve Chavez
Тема Re: Allow database owners to CREATE EVENT TRIGGER
Дата
Msg-id CAGRrpzbQm9XxUGnfYedr7C+qBFNcqF822yMFJ_ham1+C=HhJWA@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Allow database owners to CREATE EVENT TRIGGER  (Steve Chavez <steve@supabase.io>)
Ответы Re: Allow database owners to CREATE EVENT TRIGGER
Список pgsql-hackers
> Also, this looks unconventional…
> EventTriggerCacheItem *item = (EventTriggerCacheItem*) lfirst_oid(lc);

Just noticed the mistake there, I would have expected a compilation error. New patch attached with the following change:

  EventTriggerCacheItem *item = lfirst(lc);

On Sun, 20 Apr 2025 at 22:55, Steve Chavez <steve@supabase.io> wrote:
Sorry, attached the output file.

Вложения

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