mirror of
https://github.com/postgres/postgres.git
synced 2025-06-11 20:28:21 +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/nodeMaterial.c,v 1.66 2009/03/27 18:30:21 tgl Exp $
|
||||
* $PostgreSQL: pgsql/src/backend/executor/nodeMaterial.c,v 1.67 2009/04/02 19:14:33 momjian Exp $
|
||||
*
|
||||
*-------------------------------------------------------------------------
|
||||
*/
|
||||
@ -24,6 +24,7 @@
|
||||
#include "executor/executor.h"
|
||||
#include "executor/nodeMaterial.h"
|
||||
#include "miscadmin.h"
|
||||
#include "pg_trace.h"
|
||||
|
||||
/* ----------------------------------------------------------------
|
||||
* ExecMaterial
|
||||
@ -45,6 +46,8 @@ ExecMaterial(MaterialState *node)
|
||||
bool eof_tuplestore;
|
||||
TupleTableSlot *slot;
|
||||
|
||||
TRACE_POSTGRESQL_EXECUTOR_MATERIAL((uintptr_t)node);
|
||||
|
||||
/*
|
||||
* get state info from node
|
||||
*/
|
||||
|
Reference in New Issue
Block a user