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

Commit 11e5f99

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 0a8de93 commit 11e5f99

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doc/src/sgml/trigger.sgml

+1
Original file line numberDiff line numberDiff line change
@@ -721,6 +721,7 @@ typedef struct Trigger
721721
int16 tgtype;
722722
char tgenabled;
723723
bool tgisinternal;
724+
bool tgisclone;
724725
Oid tgconstrrelid;
725726
Oid tgconstrindid;
726727
Oid tgconstraint;

0 commit comments

Comments
 (0)