Re: Allow database owners to CREATE EVENT TRIGGER - Mailing list pgsql-hackers

From Steve Chavez
Subject Re: Allow database owners to CREATE EVENT TRIGGER
Date
Msg-id CAGRrpzbQm9XxUGnfYedr7C+qBFNcqF822yMFJ_ham1+C=HhJWA@mail.gmail.com
Whole thread Raw
In response to Re: Allow database owners to CREATE EVENT TRIGGER  (Steve Chavez <steve@supabase.io>)
Responses Re: Allow database owners to CREATE EVENT TRIGGER
List 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.

Attachment

pgsql-hackers by date:

Previous
From: Steve Chavez
Date:
Subject: Re: Allow database owners to CREATE EVENT TRIGGER
Next
From: David Rowley
Date:
Subject: Re: [PATCH] Documentation: Fix minor grammatical and formatting issues