1 /*-------------------------------------------------------------------------
4 * prototypes for tstoreReceiver.c
7 * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
8 * Portions Copyright (c) 1994, Regents of the University of California
12 *-------------------------------------------------------------------------
15 #ifndef TSTORE_RECEIVER_H
16 #define TSTORE_RECEIVER_H
18 #include "tcop/dest.h"
19 #include "utils/tuplestore.h"
22 extern DestReceiver
*CreateTuplestoreDestReceiver(Tuplestorestate
*tStore
,
23 MemoryContext tContext
);
25 #endif /* TSTORE_RECEIVER_H */