PostgreSQL Source Code
git master
tstoreReceiver.h
Go to the documentation of this file.
1
/*-------------------------------------------------------------------------
2
*
3
* tstoreReceiver.h
4
* prototypes for tstoreReceiver.c
5
*
6
*
7
* Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
8
* Portions Copyright (c) 1994, Regents of the University of California
9
*
10
* src/include/executor/tstoreReceiver.h
11
*
12
*-------------------------------------------------------------------------
13
*/
14
15
#ifndef TSTORE_RECEIVER_H
16
#define TSTORE_RECEIVER_H
17
18
#include "
tcop/dest.h
"
19
#include "
utils/tuplestore.h
"
20
21
22
extern
DestReceiver
*
CreateTuplestoreDestReceiver
(
void
);
23
24
extern
void
SetTuplestoreDestReceiverParams
(
DestReceiver
*
self
,
25
Tuplestorestate
*tStore,
26
MemoryContext
tContext,
27
bool
detoast);
28
29
#endif
/* TSTORE_RECEIVER_H */
CreateTuplestoreDestReceiver
DestReceiver * CreateTuplestoreDestReceiver(void)
Definition:
tstoreReceiver.c:190
_DestReceiver
Definition:
dest.h:115
tuplestore.h
MemoryContextData
Definition:
memnodes.h:76
dest.h
SetTuplestoreDestReceiverParams
void SetTuplestoreDestReceiverParams(DestReceiver *self, Tuplestorestate *tStore, MemoryContext tContext, bool detoast)
Definition:
tstoreReceiver.c:209
Tuplestorestate
Definition:
tuplestore.c:103
src
include
executor
tstoreReceiver.h
Generated on Wed Apr 25 2018 18:13:24 for PostgreSQL Source Code by
1.8.13