File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -3611,7 +3611,7 @@ _copyCreateEventTrigStmt(const CreateEventTrigStmt *from)
36113611 CreateEventTrigStmt * newnode = makeNode (CreateEventTrigStmt );
36123612
36133613 COPY_STRING_FIELD (trigname );
3614- COPY_SCALAR_FIELD (eventname );
3614+ COPY_STRING_FIELD (eventname );
36153615 COPY_NODE_FIELD (whenclause );
36163616 COPY_NODE_FIELD (funcname );
36173617
Original file line number Diff line number Diff line change @@ -1806,7 +1806,7 @@ static bool
18061806_equalCreateEventTrigStmt (const CreateEventTrigStmt * a , const CreateEventTrigStmt * b )
18071807{
18081808 COMPARE_STRING_FIELD (trigname );
1809- COMPARE_SCALAR_FIELD (eventname );
1809+ COMPARE_STRING_FIELD (eventname );
18101810 COMPARE_NODE_FIELD (funcname );
18111811 COMPARE_NODE_FIELD (whenclause );
18121812
You can’t perform that action at this time.
0 commit comments