Commit d1712d01 authored by Alvaro Herrera's avatar Alvaro Herrera

Fix stupid merge errors in previous commit

Brown paper bag installed permanently.
parent 56be925e
......@@ -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:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment