From: Etsuro Fujita Date: Fri, 2 Sep 2022 07:45:01 +0000 (+0900) Subject: Doc: Update struct Trigger definition. X-Git-Tag: REL_15_BETA4~11 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ea4a066e5f15f0c8b721845dc7ecbe3b206e1991;p=thirdparty%2Fpostgresql.git 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 --- diff --git a/doc/src/sgml/trigger.sgml b/doc/src/sgml/trigger.sgml index 04e702a7956..6e1f370b213 100644 --- a/doc/src/sgml/trigger.sgml +++ b/doc/src/sgml/trigger.sgml @@ -721,6 +721,7 @@ typedef struct Trigger int16 tgtype; char tgenabled; bool tgisinternal; + bool tgisclone; Oid tgconstrrelid; Oid tgconstrindid; Oid tgconstraint;