1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-12 21:01:52 +03:00

Fix stupid merge errors in previous commit

Brown paper bag installed permanently.
This commit is contained in:
Alvaro Herrera
2015-02-23 15:05:37 -03:00
parent 56be925e4b
commit d1712d01d0

View File

@ -1342,7 +1342,7 @@ ProcessUtilitySlow(Node *parsetree,
break;
case T_CommentStmt:
CommentObject((CommentStmt *) parsetree, NULL);
CommentObject((CommentStmt *) parsetree);
break;
case T_GrantStmt:
@ -1366,7 +1366,7 @@ ProcessUtilitySlow(Node *parsetree,
break;
case T_SecLabelStmt:
ExecSecLabelStmt((SecLabelStmt *) parsetree;
ExecSecLabelStmt((SecLabelStmt *) parsetree);
break;
default: