aboutsummaryrefslogtreecommitdiff
path: root/src/backend/executor/nodeAgg.c
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2009-04-02 20:59:10 +0000
committerBruce Momjian <bruce@momjian.us>2009-04-02 20:59:10 +0000
commit0e550ff6174ebe8bab15b1218fa336e484513a61 (patch)
tree289a4321440872feccb570e5f66cfd1b9ccb1d8c /src/backend/executor/nodeAgg.c
parent735cb9692d220a009c90deb8f29176bf9b54c75b (diff)
downloadpostgresql-0e550ff6174ebe8bab15b1218fa336e484513a61.tar.gz
postgresql-0e550ff6174ebe8bab15b1218fa336e484513a61.zip
Revert DTrace patch from Robert Lor
Diffstat (limited to 'src/backend/executor/nodeAgg.c')
-rw-r--r--src/backend/executor/nodeAgg.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/backend/executor/nodeAgg.c b/src/backend/executor/nodeAgg.c
index e354af8a1b1..bd55a5246a3 100644
--- a/src/backend/executor/nodeAgg.c
+++ b/src/backend/executor/nodeAgg.c
@@ -61,7 +61,7 @@
* Portions Copyright (c) 1994, Regents of the University of California
*
* IDENTIFICATION
- * $PostgreSQL: pgsql/src/backend/executor/nodeAgg.c,v 1.165 2009/04/02 19:14:33 momjian Exp $
+ * $PostgreSQL: pgsql/src/backend/executor/nodeAgg.c,v 1.166 2009/04/02 20:59:10 momjian Exp $
*
*-------------------------------------------------------------------------
*/
@@ -79,7 +79,6 @@
#include "parser/parse_agg.h"
#include "parser/parse_coerce.h"
#include "parser/parse_oper.h"
-#include "pg_trace.h"
#include "utils/acl.h"
#include "utils/builtins.h"
#include "utils/lsyscache.h"
@@ -815,8 +814,6 @@ ExecAgg(AggState *node)
if (node->agg_done)
return NULL;
- TRACE_POSTGRESQL_EXECUTOR_AGG((uintptr_t)node, ((Agg *) node->ss.ps.plan)->aggstrategy);
-
/*
* Check to see if we're still projecting out tuples from a previous agg
* tuple (because there is a function-returning-set in the projection