Re: Fix broken event trigger example

2022-12-23 Thread Laurenz Albe
On Fri, 2022-12-23 at 13:23 +0100, Alvaro Herrera wrote: > > The example in > > https://www.postgresql.org/docs/current/event-trigger-example.html > > stopped compiling since commit 2f9661311b. > > > > Here is a patch to fix that. > > Right, thanks.  Applied to all the relevant branches. Thanks

Re: Fix broken event trigger example

2022-12-23 Thread Alvaro Herrera
On 2022-Dec-23, Laurenz Albe wrote: > The example in > https://www.postgresql.org/docs/current/event-trigger-example.html > stopped compiling since commit 2f9661311b. > > Here is a patch to fix that. Right, thanks. Applied to all the relevant branches. -- Álvaro Herrera PostgreSQL De

Fix broken event trigger example

2022-12-23 Thread Laurenz Albe
The example in https://www.postgresql.org/docs/current/event-trigger-example.html stopped compiling since commit 2f9661311b. Here is a patch to fix that. Yours, Laurenz Albe From ae0aa8d01df0626a0417c6c339f59ee50de5c2b3 Mon Sep 17 00:00:00 2001 From: Laurenz Albe Date: Fri, 23 Dec 2022 13:07:25