projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c303e9e
)
Remove odd blank line in comment.
author
Fujii Masao
<fujii@postgresql.org>
Thu, 18 Dec 2014 08:33:38 +0000
(17:33 +0900)
committer
Fujii Masao
<fujii@postgresql.org>
Thu, 18 Dec 2014 08:33:38 +0000
(17:33 +0900)
Etsuro Fujita
src/backend/commands/explain.c
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/commands/explain.c
b/src/backend/commands/explain.c
index 332f04a2548fdc341fb3fd19f852b6624b46c166..064f880a9c41e0d113de8b11e03216b5c981bf0c 100644
(file)
--- a/
src/backend/commands/explain.c
+++ b/
src/backend/commands/explain.c
@@
-568,7
+568,6
@@
ExplainPrintPlan(ExplainState *es, QueryDesc *queryDesc)
/*
* ExplainPrintTriggers -
-
* convert a QueryDesc's trigger statistics to text and append it to
* es->str
*