projects
/
users
/
bernd
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
afb3438
)
Don't write timing output in quiet mode.
author
Magnus Hagander
<
[email protected]
>
Mon, 16 Apr 2007 20:16:11 +0000
(20:16 +0000)
committer
Magnus Hagander
<
[email protected]
>
Mon, 16 Apr 2007 20:16:11 +0000
(20:16 +0000)
Merlin Moncure
src/bin/psql/common.c
patch
|
blob
|
blame
|
history
diff --git
a/src/bin/psql/common.c
b/src/bin/psql/common.c
index 7d1910bf89c155fea7a5bd07b0b35bd87ffcc8ed..ae406f62d66cd5aa369a6b65096ccb7a4889a3cf 100644
(file)
--- a/
src/bin/psql/common.c
+++ b/
src/bin/psql/common.c
@@
-942,7
+942,7
@@
SendQuery(const char *query)
PQclear(results);
/* Possible microtiming output */
- if (OK && pset.timing)
+ if (OK && pset.timing
&& !pset.quiet
)
printf(_("Time: %.3f ms\n"), elapsed_msec);
/* check for events that may occur during query execution */