From: Etsuro Fujita Date: Fri, 2 Sep 2022 07:45:04 +0000 (+0900) Subject: Doc: Update struct Trigger definition. X-Git-Tag: REL_13_9~62 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d7bc6ea052ea96b1f9122947efe340b972252fe5;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 4a0e74652f7..1e83d708588 100644 --- a/doc/src/sgml/trigger.sgml +++ b/doc/src/sgml/trigger.sgml @@ -690,6 +690,7 @@ typedef struct Trigger int16 tgtype; char tgenabled; bool tgisinternal; + bool tgisclone; Oid tgconstrrelid; Oid tgconstrindid; Oid tgconstraint;