Re: Allow database owners to CREATE EVENT TRIGGER

From: "David G(dot) Johnston" <david(dot)g(dot)johnston(at)gmail(dot)com>
To: Steve Chavez <steve(at)supabase(dot)io>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Aleksander Alekseev <aleksander(at)timescale(dot)com>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Allow database owners to CREATE EVENT TRIGGER
Date: 2025-04-21 03:35:39
Message-ID: CAKFQuwa96uRXMUOsUFZjkDDX_ayE4ho0NaTgEvynEduR+mY1yw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Sunday, April 20, 2025, Steve Chavez <steve(at)supabase(dot)io> wrote:

>
> - A new file event_trigger_nosuper.sql is added for the new tests
>

Expected output for the new script was not included in the commit.

Also, this looks unconventional…

EventTriggerCacheItem *item = (EventTriggerCacheItem*) lfirst_oid(lc);

David J.

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Steve Chavez 2025-04-21 03:55:24 Re: Allow database owners to CREATE EVENT TRIGGER
Previous Message Zhijie Hou (Fujitsu) 2025-04-21 03:14:27 RE: Fix slot synchronization with two_phase decoding enabled