Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Fix stupid merge errors in previous commit
authorAlvaro Herrera <alvherre@alvh.no-ip.org>
Mon, 23 Feb 2015 18:05:37 +0000 (15:05 -0300)
committerAlvaro Herrera <alvherre@alvh.no-ip.org>
Mon, 23 Feb 2015 18:05:37 +0000 (15:05 -0300)
Brown paper bag installed permanently.

src/backend/tcop/utility.c

index fcc2ecdbfb465ffc2a10462158132d1590e1857e..6d269865e7e2b46f0598ef83f57df5e4f734ba1a 100644 (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: