mirror of
https://github.com/postgres/postgres.git
synced 2025-07-02 09:02:37 +03:00
Add support for additional DTrace probes.
Robert Lor
This commit is contained in:
@ -16,7 +16,7 @@
|
||||
*
|
||||
*
|
||||
* IDENTIFICATION
|
||||
* $PostgreSQL: pgsql/src/backend/executor/nodeUnique.c,v 1.58 2009/01/01 17:23:42 momjian Exp $
|
||||
* $PostgreSQL: pgsql/src/backend/executor/nodeUnique.c,v 1.59 2009/04/02 19:14:33 momjian Exp $
|
||||
*
|
||||
*-------------------------------------------------------------------------
|
||||
*/
|
||||
@ -35,6 +35,7 @@
|
||||
|
||||
#include "executor/executor.h"
|
||||
#include "executor/nodeUnique.h"
|
||||
#include "pg_trace.h"
|
||||
#include "utils/memutils.h"
|
||||
|
||||
|
||||
@ -50,6 +51,8 @@ ExecUnique(UniqueState *node)
|
||||
TupleTableSlot *slot;
|
||||
PlanState *outerPlan;
|
||||
|
||||
TRACE_POSTGRESQL_EXECUTOR_UNIQUE((uintptr_t)node);
|
||||
|
||||
/*
|
||||
* get information from the node
|
||||
*/
|
||||
|
Reference in New Issue
Block a user