Fix broken event trigger example

Started by Laurenz Albeover 3 years ago3 messagesdocs
Jump to latest
#1Laurenz Albe
laurenz.albe@cybertec.at

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

Attachments:

0001-Fix-event-trigger-example.patchtext/x-patch; charset=UTF-8; name=0001-Fix-event-trigger-example.patchDownload+3-3
#2Alvaro Herrera
alvherre@2ndquadrant.com
In reply to: Laurenz Albe (#1)
Re: Fix broken event trigger example

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 Developer — https://www.EnterpriseDB.com/
"On the other flipper, one wrong move and we're Fatal Exceptions"
(T.U.X.: Term Unit X - http://www.thelinuxreview.com/TUX/)

#3Laurenz Albe
laurenz.albe@cybertec.at
In reply to: Alvaro Herrera (#2)
Re: Fix broken event trigger example

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 for the quick work!

Yours,
Laurenz Albe