projects
/
pg_proctab.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3d1708f
)
Removed more debug messages committed by accident.
author
Mark Wong
<markwkm@gmail.com>
Sat, 17 May 2008 04:40:13 +0000
(21:40 -0700)
committer
Mark Wong
<markwkm@gmail.com>
Sat, 17 May 2008 04:40:13 +0000
(21:40 -0700)
pg_proctab.c
patch
|
blob
|
blame
|
history
diff --git
a/pg_proctab.c
b/pg_proctab.c
index 2bd536b41307f4511eb837ec9b209dfe66ade418..8775e8fe65f77daddb58f189b303dc5bc5cab9e8 100644
(file)
--- a/
pg_proctab.c
+++ b/
pg_proctab.c
@@
-318,10
+318,6
@@
Datum pg_proctab(PG_FUNCTION_ARGS)
GET_NEXT_VALUE(p, q, values[i_delayacct_blkio_ticks], length,
"delayacct_blkio_ticks not found");
-for (fd = 0; fd < 34; fd++) {
-elog(WARNING, "OUT: %d '%s'", fd, values[fd]);
-}
-
/* build a tuple */
tuple = BuildTupleFromCStrings(attinmeta, values);