Thread

Commits

  1. Fix event trigger example

  2. Represent command completion tags as structs

  1. Fix broken event trigger example

    Laurenz Albe <laurenz.albe@cybertec.at> — 2022-12-23T12:10:10Z

    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
    
  2. Re: Fix broken event trigger example

    Alvaro Herrera <alvherre@alvh.no-ip.org> — 2022-12-23T12:23:02Z

    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/)
    
    
    
    
  3. Re: Fix broken event trigger example

    Laurenz Albe <laurenz.albe@cybertec.at> — 2022-12-23T13:01:03Z

    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