Doc: Update struct Trigger definition.
authorEtsuro Fujita
Fri, 2 Sep 2022 07:45:04 +0000 (16:45 +0900)
committerEtsuro Fujita
Fri, 2 Sep 2022 07:45:04 +0000 (16:45 +0900)
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

doc/src/sgml/trigger.sgml

index 4a0e74652f7bf6b060c1e36340eff10414f30310..1e83d708588c799e415f02086185da1aa371bff0 100644 (file)
@@ -690,6 +690,7 @@ typedef struct Trigger
     int16       tgtype;
     char        tgenabled;
     bool        tgisinternal;
+    bool        tgisclone;
     Oid         tgconstrrelid;
     Oid         tgconstrindid;
     Oid         tgconstraint;