PostgreSQL Source Code
git master
Toggle main menu visibility
Main Page
Related Pages
Namespaces
Namespace List
Namespace Members
All
a
c
d
g
h
i
k
l
m
p
r
s
t
Functions
Variables
Data Structures
Data Structures
Data Structure Index
Class Hierarchy
Data Fields
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
c
d
f
h
i
n
o
p
r
s
t
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
Files
File List
Globals
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
Enumerator
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Macros
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
•
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Pages
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-2025, 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
TupleDesc
target_tupdesc,
29
const
char
*map_failure_msg);
30
31
#endif
/* TSTORE_RECEIVER_H */
dest.h
MemoryContextData
Definition:
memnodes.h:118
TupleDescData
Definition:
tupdesc.h:130
Tuplestorestate
Definition:
tuplestore.c:104
_DestReceiver
Definition:
dest.h:116
CreateTuplestoreDestReceiver
DestReceiver * CreateTuplestoreDestReceiver(void)
Definition:
tstoreReceiver.c:238
SetTuplestoreDestReceiverParams
void SetTuplestoreDestReceiverParams(DestReceiver *self, Tuplestorestate *tStore, MemoryContext tContext, bool detoast, TupleDesc target_tupdesc, const char *map_failure_msg)
Definition:
tstoreReceiver.c:266
tuplestore.h
src
include
executor
tstoreReceiver.h
Generated on Thu Mar 13 2025 18:13:25 for PostgreSQL Source Code by
1.9.4