We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56be925 commit d1712d0Copy full SHA for d1712d0
src/backend/tcop/utility.c
@@ -1342,7 +1342,7 @@ ProcessUtilitySlow(Node *parsetree,
1342
break;
1343
1344
case T_CommentStmt:
1345
- CommentObject((CommentStmt *) parsetree, NULL);
+ CommentObject((CommentStmt *) parsetree);
1346
1347
1348
case T_GrantStmt:
@@ -1366,7 +1366,7 @@ ProcessUtilitySlow(Node *parsetree,
1366
1367
1368
case T_SecLabelStmt:
1369
- ExecSecLabelStmt((SecLabelStmt *) parsetree;
+ ExecSecLabelStmt((SecLabelStmt *) parsetree);
1370
1371
1372
default:
0 commit comments