Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit d7bc6ea

Browse files
author
Etsuro Fujita
committed
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 210bece commit d7bc6ea

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doc/src/sgml/trigger.sgml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -690,6 +690,7 @@ typedef struct Trigger
690690
int16 tgtype;
691691
char tgenabled;
692692
bool tgisinternal;
693+
bool tgisclone;
693694
Oid tgconstrrelid;
694695
Oid tgconstrindid;
695696
Oid tgconstraint;

0 commit comments

Comments
 (0)