Location via proxy:
[ UP ]
[Report a bug]
[Manage cookies]
No cookies
No scripts
No ads
No referrer
Show this form
projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
56be925
)
Fix stupid merge errors in previous commit
author
Alvaro Herrera
<alvherre@alvh.no-ip.org>
Mon, 23 Feb 2015 18:05:37 +0000
(15:05 -0300)
committer
Alvaro 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
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/tcop/utility.c
b/src/backend/tcop/utility.c
index fcc2ecdbfb465ffc2a10462158132d1590e1857e..6d269865e7e2b46f0598ef83f57df5e4f734ba1a 100644
(file)
--- a/
src/backend/tcop/utility.c
+++ b/
src/backend/tcop/utility.c
@@
-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: