mirror of
https://github.com/postgres/postgres.git
synced 2025-06-13 07:41:39 +03:00
Add support for additional DTrace probes.
Robert Lor
This commit is contained in:
@ -8,7 +8,7 @@
|
||||
*
|
||||
*
|
||||
* IDENTIFICATION
|
||||
* $PostgreSQL: pgsql/src/backend/executor/nodeNestloop.c,v 1.50 2009/01/01 17:23:42 momjian Exp $
|
||||
* $PostgreSQL: pgsql/src/backend/executor/nodeNestloop.c,v 1.51 2009/04/02 19:14:33 momjian Exp $
|
||||
*
|
||||
*-------------------------------------------------------------------------
|
||||
*/
|
||||
@ -23,6 +23,7 @@
|
||||
|
||||
#include "executor/execdebug.h"
|
||||
#include "executor/nodeNestloop.h"
|
||||
#include "pg_trace.h"
|
||||
#include "utils/memutils.h"
|
||||
|
||||
|
||||
@ -67,6 +68,8 @@ ExecNestLoop(NestLoopState *node)
|
||||
List *otherqual;
|
||||
ExprContext *econtext;
|
||||
|
||||
TRACE_POSTGRESQL_EXECUTOR_NESTLOOP((uintptr_t)node);
|
||||
|
||||
/*
|
||||
* get information from the node
|
||||
*/
|
||||
|
Reference in New Issue
Block a user