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 @@ -3581,7 +3581,7 @@ _copyCreateEventTrigStmt(const CreateEventTrigStmt *from)
3581
3581
CreateEventTrigStmt * newnode = makeNode (CreateEventTrigStmt );
3582
3582
3583
3583
COPY_STRING_FIELD (trigname );
3584
- COPY_SCALAR_FIELD (eventname );
3584
+ COPY_STRING_FIELD (eventname );
3585
3585
COPY_NODE_FIELD (whenclause );
3586
3586
COPY_NODE_FIELD (funcname );
3587
3587
Original file line number Diff line number Diff line change @@ -1790,7 +1790,7 @@ static bool
1790
1790
_equalCreateEventTrigStmt (const CreateEventTrigStmt * a , const CreateEventTrigStmt * b )
1791
1791
{
1792
1792
COMPARE_STRING_FIELD (trigname );
1793
- COMPARE_SCALAR_FIELD (eventname );
1793
+ COMPARE_STRING_FIELD (eventname );
1794
1794
COMPARE_NODE_FIELD (funcname );
1795
1795
COMPARE_NODE_FIELD (whenclause );
1796
1796
You can’t perform that action at this time.
0 commit comments