mirror of
https://github.com/postgres/postgres.git
synced 2025-08-28 18:48:04 +03:00
Fix stupid merge errors in previous commit
Brown paper bag installed permanently.
This commit is contained in:
@@ -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,
|
|||||||
break;
|
break;
|
||||||
|
|
||||||
case T_SecLabelStmt:
|
case T_SecLabelStmt:
|
||||||
ExecSecLabelStmt((SecLabelStmt *) parsetree;
|
ExecSecLabelStmt((SecLabelStmt *) parsetree);
|
||||||
break;
|
break;
|
||||||
|
|
||||||
default:
|
default:
|
||||||
|
Reference in New Issue
Block a user