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, ...@@ -1342,7 +1342,7 @@ ProcessUtilitySlow(Node *parsetree,
break; break;
case T_CommentStmt: case T_CommentStmt:
CommentObject((CommentStmt *) parsetree, NULL); CommentObject((CommentStmt *) parsetree);
break; break;
case T_GrantStmt: case T_GrantStmt:
...@@ -1366,7 +1366,7 @@ ProcessUtilitySlow(Node *parsetree, ...@@ -1366,7 +1366,7 @@ ProcessUtilitySlow(Node *parsetree,
break; break;
case T_SecLabelStmt: case T_SecLabelStmt:
ExecSecLabelStmt((SecLabelStmt *) parsetree; ExecSecLabelStmt((SecLabelStmt *) parsetree);
break; break;
default: 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