aboutsummaryrefslogtreecommitdiff
path: root/src/backend/executor/nodeSort.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/nodeSort.c
parent735cb9692d220a009c90deb8f29176bf9b54c75b (diff)
downloadpostgresql-0e550ff6174ebe8bab15b1218fa336e484513a61.tar.gz
postgresql-0e550ff6174ebe8bab15b1218fa336e484513a61.zip
Revert DTrace patch from Robert Lor
Diffstat (limited to 'src/backend/executor/nodeSort.c')
-rw-r--r--src/backend/executor/nodeSort.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/backend/executor/nodeSort.c b/src/backend/executor/nodeSort.c
index 8181dbd6a6f..5b45c314418 100644
--- a/src/backend/executor/nodeSort.c
+++ b/src/backend/executor/nodeSort.c
@@ -8,7 +8,7 @@
*
*
* IDENTIFICATION
- * $PostgreSQL: pgsql/src/backend/executor/nodeSort.c,v 1.64 2009/04/02 19:14:33 momjian Exp $
+ * $PostgreSQL: pgsql/src/backend/executor/nodeSort.c,v 1.65 2009/04/02 20:59:10 momjian Exp $
*
*-------------------------------------------------------------------------
*/
@@ -18,7 +18,6 @@
#include "executor/execdebug.h"
#include "executor/nodeSort.h"
#include "miscadmin.h"
-#include "pg_trace.h"
#include "utils/tuplesort.h"
@@ -54,8 +53,6 @@ ExecSort(SortState *node)
dir = estate->es_direction;
tuplesortstate = (Tuplesortstate *) node->tuplesortstate;
- TRACE_POSTGRESQL_EXECUTOR_SORT((uintptr_t)node, dir);
-
/*
* If first time through, read all tuples from outer plan and pass them to
* tuplesort.c. Subsequent calls just fetch tuples from tuplesort.