pgsql: Doc: Update struct Trigger definition.

From: Etsuro Fujita <efujita(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Doc: Update struct Trigger definition.
Date: 2022-09-02 07:56:39
Message-ID: E1oU1Xa-0013TP-JF@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Doc: Update struct Trigger definition.

Commit 487e9861d added a new field to struct Trigger, but failed to
update the documentation to match; backpatch to v13 where that came in.

Reviewed by Richard Guo.

Discussion: https://postgr.es/m/CAPmGK17NY92CyxJ%2BBG7A3JZurmng4jfRfzPiBTtNupGMF0xW1g%40mail.gmail.com

Branch
------
REL_14_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/5527b79cc04a6aa3aab885d3bcd7162b4c620b1c

Modified Files
--------------
doc/src/sgml/trigger.sgml | 1 +
1 file changed, 1 insertion(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2022-09-02 07:58:32 pgsql: Expand the use of get_dirent_type(), shaving a few calls to stat
Previous Message John Naylor 2022-09-02 02:48:56 pgsql: Speed up lexing of long JSON strings