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)
3611
3611
CreateEventTrigStmt * newnode = makeNode (CreateEventTrigStmt );
3612
3612
3613
3613
COPY_STRING_FIELD (trigname );
3614
- COPY_SCALAR_FIELD (eventname );
3614
+ COPY_STRING_FIELD (eventname );
3615
3615
COPY_NODE_FIELD (whenclause );
3616
3616
COPY_NODE_FIELD (funcname );
3617
3617
Original file line number Diff line number Diff line change @@ -1806,7 +1806,7 @@ static bool
1806
1806
_equalCreateEventTrigStmt (const CreateEventTrigStmt * a , const CreateEventTrigStmt * b )
1807
1807
{
1808
1808
COMPARE_STRING_FIELD (trigname );
1809
- COMPARE_SCALAR_FIELD (eventname );
1809
+ COMPARE_STRING_FIELD (eventname );
1810
1810
COMPARE_NODE_FIELD (funcname );
1811
1811
COMPARE_NODE_FIELD (whenclause );
1812
1812
You can’t perform that action at this time.
0 commit comments