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 @@ -3507,7 +3507,7 @@ _copyCreateEventTrigStmt(const CreateEventTrigStmt *from)
3507
3507
CreateEventTrigStmt * newnode = makeNode (CreateEventTrigStmt );
3508
3508
3509
3509
COPY_STRING_FIELD (trigname );
3510
- COPY_SCALAR_FIELD (eventname );
3510
+ COPY_STRING_FIELD (eventname );
3511
3511
COPY_NODE_FIELD (whenclause );
3512
3512
COPY_NODE_FIELD (funcname );
3513
3513
Original file line number Diff line number Diff line change @@ -1750,7 +1750,7 @@ static bool
1750
1750
_equalCreateEventTrigStmt (const CreateEventTrigStmt * a , const CreateEventTrigStmt * b )
1751
1751
{
1752
1752
COMPARE_STRING_FIELD (trigname );
1753
- COMPARE_SCALAR_FIELD (eventname );
1753
+ COMPARE_STRING_FIELD (eventname );
1754
1754
COMPARE_NODE_FIELD (funcname );
1755
1755
COMPARE_NODE_FIELD (whenclause );
1756
1756
You can’t perform that action at this time.
0 commit comments