postgresql/src/include/executor/tstoreReceiver.h

26 lines
689 B
C
Raw Normal View History

2003-03-27 11:55:11 -05:00
/*-------------------------------------------------------------------------
*
* tstoreReceiver.h
* prototypes for tstoreReceiver.c
*
*
* Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
* $Id: tstoreReceiver.h,v 1.2 2003/05/06 20:26:28 tgl Exp $
2003-03-27 11:55:11 -05:00
*
*-------------------------------------------------------------------------
*/
#ifndef TSTORE_RECEIVER_H
#define TSTORE_RECEIVER_H
#include "tcop/dest.h"
#include "utils/tuplestore.h"
2003-03-27 11:55:11 -05:00
extern DestReceiver *CreateTuplestoreDestReceiver(Tuplestorestate *tStore,
MemoryContext tContext);
2003-03-27 11:55:11 -05:00
#endif /* TSTORE_RECEIVER_H */