mirror of https://github.com/postgres/postgres
parent
92781fc18a
commit
344dfc0b0f
@ -1,25 +0,0 @@ |
||||
/*-------------------------------------------------------------------------
|
||||
* |
||||
* nodeTee.h |
||||
* support functions for a Tee executor node |
||||
* |
||||
* Copyright (c) 1994, Regents of the University of California |
||||
* |
||||
* $Id: nodeTee.h,v 1.8 1999/02/13 23:21:29 momjian Exp $ |
||||
* |
||||
*------------------------------------------------------------------------- |
||||
*/ |
||||
|
||||
#ifndef NODETEE_H |
||||
#define NODETEE_H |
||||
|
||||
#include "executor/tuptable.h" |
||||
#include "nodes/execnodes.h" |
||||
#include "nodes/plannodes.h" |
||||
|
||||
extern TupleTableSlot *ExecTee(Tee *node, Plan *parent); |
||||
extern bool ExecInitTee(Tee *node, EState *estate, Plan *parent); |
||||
extern void ExecEndTee(Tee *node, Plan *parent); |
||||
extern int ExecCountSlotsTee(Tee *node); |
||||
|
||||
#endif /* NODETEE_H */ |
||||
Loading…
Reference in new issue