Skip to content

Commit bc69a31

Browse files
Etsuro Fujitareshke
authored andcommitted
Doc: Update struct Trigger definition.
Commit 487e986 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
1 parent b243f9c commit bc69a31

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

doc/src/sgml/trigger.sgml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -699,6 +699,7 @@ typedef struct Trigger
699699
int16 tgtype;
700700
char tgenabled;
701701
bool tgisinternal;
702+
bool tgisclone;
702703
Oid tgconstrrelid;
703704
Oid tgconstrindid;
704705
Oid tgconstraint;

0 commit comments

Comments
 (0)