mirror of
https://git.postgresql.org/git/postgresql.git
synced 2024-12-15 08:20:16 +08:00
Fix stupid merge errors in previous commit
Brown paper bag installed permanently.
This commit is contained in:
parent
56be925e4b
commit
d1712d01d0
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user