Thread

Commits

  1. Doc: Update struct Trigger definition.

  2. Enable BEFORE row-level triggers for partitioned tables

  1. struct Trigger definition in trigger.sgml

    Etsuro Fujita <etsuro.fujita@gmail.com> — 2022-09-01T06:18:38Z

    Hi,
    
    While working on something else, I noticed that commit 487e9861d added
    a new field to struct Trigger, but failed to update $SUBJECT to match.
    Attached is a small patch for that.
    
    Best regards,
    Etsuro Fujita
    
  2. Re: struct Trigger definition in trigger.sgml

    Richard Guo <guofenglinux@gmail.com> — 2022-09-01T07:29:48Z

    On Thu, Sep 1, 2022 at 2:18 PM Etsuro Fujita <etsuro.fujita@gmail.com>
    wrote:
    
    > While working on something else, I noticed that commit 487e9861d added
    > a new field to struct Trigger, but failed to update $SUBJECT to match.
    > Attached is a small patch for that.
    
    
    +1. Good catch.
    
    Thanks
    Richard
    
  3. Re: struct Trigger definition in trigger.sgml

    Etsuro Fujita <etsuro.fujita@gmail.com> — 2022-09-02T08:02:21Z

    Hi Richard,
    
    On Thu, Sep 1, 2022 at 4:29 PM Richard Guo <guofenglinux@gmail.com> wrote:
    > On Thu, Sep 1, 2022 at 2:18 PM Etsuro Fujita <etsuro.fujita@gmail.com> wrote:
    >> While working on something else, I noticed that commit 487e9861d added
    >> a new field to struct Trigger, but failed to update $SUBJECT to match.
    >> Attached is a small patch for that.
    
    > +1. Good catch.
    
    Pushed.
    
    Thanks for reviewing!
    
    Best regards,
    Etsuro Fujita