projects
/
postgres-xl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e4caf04
)
Reduce logging level for tuplestore_end message
author
Pavan Deolasee
<
[email protected]
>
Wed, 9 Dec 2015 08:04:57 +0000
(13:34 +0530)
committer
Pavan Deolasee
<
[email protected]
>
Wed, 9 Dec 2015 08:04:57 +0000
(13:34 +0530)
src/backend/utils/sort/tuplestore.c
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/utils/sort/tuplestore.c
b/src/backend/utils/sort/tuplestore.c
index a7cfb9472ded5afe7264b914aee9b1d8e94be541..f11b484d639779c7b00ee181d9ba7255876cb91e 100644
(file)
--- a/
src/backend/utils/sort/tuplestore.c
+++ b/
src/backend/utils/sort/tuplestore.c
@@
-503,7
+503,7
@@
tuplestore_end(Tuplestorestate *state)
if (state->stat_name)
{
- elog(
LOG
, "Tuplestore %s did %ld writes and %ld reads, "
+ elog(
DEBUG1
, "Tuplestore %s did %ld writes and %ld reads, "
"it spilled to disk after %ld writes and %ld reads, "
"now deleted %d memtuples out of %d", state->stat_name,
state->stat_write_count, state->stat_read_count,