Home
last modified time | relevance | path

Searched refs:tuplestorestate (Results 1 – 25 of 210) sorted by relevance

123456789

/dports/databases/postgresql96-pltcl/postgresql-9.6.24/src/backend/executor/
H A DnodeMaterial.c44 Tuplestorestate *tuplestorestate; in ExecMaterial() local
54 tuplestorestate = node->tuplestorestate; in ExecMaterial()
75 node->tuplestorestate = tuplestorestate; in ExecMaterial()
83 tuplestore_ateof(tuplestorestate); in ExecMaterial()
143 if (tuplestorestate) in ExecMaterial()
196 matstate->tuplestorestate = NULL; in ExecInitMaterial()
252 node->tuplestorestate = NULL; in ExecEndMaterial()
274 if (!node->tuplestorestate) in ExecMaterialMarkPos()
302 if (!node->tuplestorestate) in ExecMaterialRestrPos()
331 if (!node->tuplestorestate) in ExecReScanMaterial()
[all …]
/dports/databases/postgresql96-server/postgresql-9.6.24/src/backend/executor/
H A DnodeMaterial.c44 Tuplestorestate *tuplestorestate; in ExecMaterial() local
54 tuplestorestate = node->tuplestorestate; in ExecMaterial()
75 node->tuplestorestate = tuplestorestate; in ExecMaterial()
83 tuplestore_ateof(tuplestorestate); in ExecMaterial()
143 if (tuplestorestate) in ExecMaterial()
196 matstate->tuplestorestate = NULL; in ExecInitMaterial()
252 node->tuplestorestate = NULL; in ExecEndMaterial()
274 if (!node->tuplestorestate) in ExecMaterialMarkPos()
302 if (!node->tuplestorestate) in ExecMaterialRestrPos()
331 if (!node->tuplestorestate) in ExecReScanMaterial()
[all …]
/dports/databases/postgresql96-plpython/postgresql-9.6.24/src/backend/executor/
H A DnodeMaterial.c44 Tuplestorestate *tuplestorestate; in ExecMaterial() local
54 tuplestorestate = node->tuplestorestate; in ExecMaterial()
75 node->tuplestorestate = tuplestorestate; in ExecMaterial()
83 tuplestore_ateof(tuplestorestate); in ExecMaterial()
143 if (tuplestorestate) in ExecMaterial()
196 matstate->tuplestorestate = NULL; in ExecInitMaterial()
252 node->tuplestorestate = NULL; in ExecEndMaterial()
274 if (!node->tuplestorestate) in ExecMaterialMarkPos()
302 if (!node->tuplestorestate) in ExecMaterialRestrPos()
331 if (!node->tuplestorestate) in ExecReScanMaterial()
[all …]
/dports/databases/postgresql11-client/postgresql-11.14/src/backend/executor/
H A DnodeMaterial.c45 Tuplestorestate *tuplestorestate; in ExecMaterial() local
57 tuplestorestate = node->tuplestorestate; in ExecMaterial()
78 node->tuplestorestate = tuplestorestate; in ExecMaterial()
86 tuplestore_ateof(tuplestorestate); in ExecMaterial()
146 if (tuplestorestate) in ExecMaterial()
200 matstate->tuplestorestate = NULL; in ExecInitMaterial()
254 node->tuplestorestate = NULL; in ExecEndMaterial()
276 if (!node->tuplestorestate) in ExecMaterialMarkPos()
304 if (!node->tuplestorestate) in ExecMaterialRestrPos()
333 if (!node->tuplestorestate) in ExecReScanMaterial()
[all …]
/dports/databases/postgresql11-docs/postgresql-11.14/src/backend/executor/
H A DnodeMaterial.c45 Tuplestorestate *tuplestorestate; in ExecMaterial() local
57 tuplestorestate = node->tuplestorestate; in ExecMaterial()
78 node->tuplestorestate = tuplestorestate; in ExecMaterial()
86 tuplestore_ateof(tuplestorestate); in ExecMaterial()
146 if (tuplestorestate) in ExecMaterial()
200 matstate->tuplestorestate = NULL; in ExecInitMaterial()
254 node->tuplestorestate = NULL; in ExecEndMaterial()
276 if (!node->tuplestorestate) in ExecMaterialMarkPos()
304 if (!node->tuplestorestate) in ExecMaterialRestrPos()
333 if (!node->tuplestorestate) in ExecReScanMaterial()
[all …]
/dports/databases/postgresql11-plperl/postgresql-11.14/src/backend/executor/
H A DnodeMaterial.c45 Tuplestorestate *tuplestorestate; in ExecMaterial() local
57 tuplestorestate = node->tuplestorestate; in ExecMaterial()
78 node->tuplestorestate = tuplestorestate; in ExecMaterial()
86 tuplestore_ateof(tuplestorestate); in ExecMaterial()
146 if (tuplestorestate) in ExecMaterial()
200 matstate->tuplestorestate = NULL; in ExecInitMaterial()
254 node->tuplestorestate = NULL; in ExecEndMaterial()
276 if (!node->tuplestorestate) in ExecMaterialMarkPos()
304 if (!node->tuplestorestate) in ExecMaterialRestrPos()
333 if (!node->tuplestorestate) in ExecReScanMaterial()
[all …]
/dports/databases/postgresql11-plpython/postgresql-11.14/src/backend/executor/
H A DnodeMaterial.c45 Tuplestorestate *tuplestorestate;
57 tuplestorestate = node->tuplestorestate;
78 node->tuplestorestate = tuplestorestate;
86 tuplestore_ateof(tuplestorestate);
146 if (tuplestorestate)
200 matstate->tuplestorestate = NULL;
254 node->tuplestorestate = NULL;
276 if (!node->tuplestorestate)
304 if (!node->tuplestorestate)
333 if (!node->tuplestorestate)
[all …]
/dports/databases/postgresql11-contrib/postgresql-11.14/src/backend/executor/
H A DnodeMaterial.c45 Tuplestorestate *tuplestorestate; in ExecMaterial() local
57 tuplestorestate = node->tuplestorestate; in ExecMaterial()
78 node->tuplestorestate = tuplestorestate; in ExecMaterial()
86 tuplestore_ateof(tuplestorestate); in ExecMaterial()
146 if (tuplestorestate) in ExecMaterial()
200 matstate->tuplestorestate = NULL; in ExecInitMaterial()
254 node->tuplestorestate = NULL; in ExecEndMaterial()
276 if (!node->tuplestorestate) in ExecMaterialMarkPos()
304 if (!node->tuplestorestate) in ExecMaterialRestrPos()
333 if (!node->tuplestorestate) in ExecReScanMaterial()
[all …]
/dports/databases/postgresql11-server/postgresql-11.14/src/backend/executor/
H A DnodeMaterial.c45 Tuplestorestate *tuplestorestate; in ExecMaterial() local
57 tuplestorestate = node->tuplestorestate; in ExecMaterial()
78 node->tuplestorestate = tuplestorestate; in ExecMaterial()
86 tuplestore_ateof(tuplestorestate); in ExecMaterial()
146 if (tuplestorestate) in ExecMaterial()
200 matstate->tuplestorestate = NULL; in ExecInitMaterial()
254 node->tuplestorestate = NULL; in ExecEndMaterial()
276 if (!node->tuplestorestate) in ExecMaterialMarkPos()
304 if (!node->tuplestorestate) in ExecMaterialRestrPos()
333 if (!node->tuplestorestate) in ExecReScanMaterial()
[all …]
/dports/databases/postgresql11-pltcl/postgresql-11.14/src/backend/executor/
H A DnodeMaterial.c45 Tuplestorestate *tuplestorestate; in ExecMaterial() local
57 tuplestorestate = node->tuplestorestate; in ExecMaterial()
78 node->tuplestorestate = tuplestorestate; in ExecMaterial()
86 tuplestore_ateof(tuplestorestate); in ExecMaterial()
146 if (tuplestorestate) in ExecMaterial()
200 matstate->tuplestorestate = NULL; in ExecInitMaterial()
254 node->tuplestorestate = NULL; in ExecEndMaterial()
276 if (!node->tuplestorestate) in ExecMaterialMarkPos()
304 if (!node->tuplestorestate) in ExecMaterialRestrPos()
333 if (!node->tuplestorestate) in ExecReScanMaterial()
[all …]
/dports/databases/postgresql96-client/postgresql-9.6.24/src/backend/executor/
H A DnodeMaterial.c44 Tuplestorestate *tuplestorestate; in ExecMaterial() local
54 tuplestorestate = node->tuplestorestate; in ExecMaterial()
75 node->tuplestorestate = tuplestorestate; in ExecMaterial()
83 tuplestore_ateof(tuplestorestate); in ExecMaterial()
143 if (tuplestorestate) in ExecMaterial()
196 matstate->tuplestorestate = NULL; in ExecInitMaterial()
252 node->tuplestorestate = NULL; in ExecEndMaterial()
274 if (!node->tuplestorestate) in ExecMaterialMarkPos()
302 if (!node->tuplestorestate) in ExecMaterialRestrPos()
331 if (!node->tuplestorestate) in ExecReScanMaterial()
[all …]
/dports/databases/postgresql96-plperl/postgresql-9.6.24/src/backend/executor/
H A DnodeMaterial.c44 Tuplestorestate *tuplestorestate; in ExecMaterial() local
54 tuplestorestate = node->tuplestorestate; in ExecMaterial()
75 node->tuplestorestate = tuplestorestate; in ExecMaterial()
83 tuplestore_ateof(tuplestorestate); in ExecMaterial()
143 if (tuplestorestate) in ExecMaterial()
196 matstate->tuplestorestate = NULL; in ExecInitMaterial()
252 node->tuplestorestate = NULL; in ExecEndMaterial()
274 if (!node->tuplestorestate) in ExecMaterialMarkPos()
302 if (!node->tuplestorestate) in ExecMaterialRestrPos()
331 if (!node->tuplestorestate) in ExecReScanMaterial()
[all …]
/dports/databases/postgresql96-contrib/postgresql-9.6.24/src/backend/executor/
H A DnodeMaterial.c44 Tuplestorestate *tuplestorestate; in ExecMaterial() local
54 tuplestorestate = node->tuplestorestate; in ExecMaterial()
75 node->tuplestorestate = tuplestorestate; in ExecMaterial()
83 tuplestore_ateof(tuplestorestate); in ExecMaterial()
143 if (tuplestorestate) in ExecMaterial()
196 matstate->tuplestorestate = NULL; in ExecInitMaterial()
252 node->tuplestorestate = NULL; in ExecEndMaterial()
274 if (!node->tuplestorestate) in ExecMaterialMarkPos()
302 if (!node->tuplestorestate) in ExecMaterialRestrPos()
331 if (!node->tuplestorestate) in ExecReScanMaterial()
[all …]
/dports/databases/postgresql96-docs/postgresql-9.6.24/src/backend/executor/
H A DnodeMaterial.c44 Tuplestorestate *tuplestorestate; in ExecMaterial() local
54 tuplestorestate = node->tuplestorestate; in ExecMaterial()
75 node->tuplestorestate = tuplestorestate; in ExecMaterial()
83 tuplestore_ateof(tuplestorestate); in ExecMaterial()
143 if (tuplestorestate) in ExecMaterial()
196 matstate->tuplestorestate = NULL; in ExecInitMaterial()
252 node->tuplestorestate = NULL; in ExecEndMaterial()
274 if (!node->tuplestorestate) in ExecMaterialMarkPos()
302 if (!node->tuplestorestate) in ExecMaterialRestrPos()
331 if (!node->tuplestorestate) in ExecReScanMaterial()
[all …]
/dports/databases/postgresql10-contrib/postgresql-10.19/src/backend/executor/
H A DnodeMaterial.c45 Tuplestorestate *tuplestorestate; in ExecMaterial() local
57 tuplestorestate = node->tuplestorestate; in ExecMaterial()
78 node->tuplestorestate = tuplestorestate; in ExecMaterial()
86 tuplestore_ateof(tuplestorestate); in ExecMaterial()
146 if (tuplestorestate) in ExecMaterial()
200 matstate->tuplestorestate = NULL; in ExecInitMaterial()
256 node->tuplestorestate = NULL; in ExecEndMaterial()
278 if (!node->tuplestorestate) in ExecMaterialMarkPos()
306 if (!node->tuplestorestate) in ExecMaterialRestrPos()
335 if (!node->tuplestorestate) in ExecReScanMaterial()
[all …]
/dports/databases/postgresql10-plperl/postgresql-10.19/src/backend/executor/
H A DnodeMaterial.c45 Tuplestorestate *tuplestorestate; in ExecMaterial() local
57 tuplestorestate = node->tuplestorestate; in ExecMaterial()
78 node->tuplestorestate = tuplestorestate; in ExecMaterial()
86 tuplestore_ateof(tuplestorestate); in ExecMaterial()
146 if (tuplestorestate) in ExecMaterial()
200 matstate->tuplestorestate = NULL; in ExecInitMaterial()
256 node->tuplestorestate = NULL; in ExecEndMaterial()
278 if (!node->tuplestorestate) in ExecMaterialMarkPos()
306 if (!node->tuplestorestate) in ExecMaterialRestrPos()
335 if (!node->tuplestorestate) in ExecReScanMaterial()
[all …]
/dports/databases/postgresql10-server/postgresql-10.19/src/backend/executor/
H A DnodeMaterial.c45 Tuplestorestate *tuplestorestate; in ExecMaterial() local
57 tuplestorestate = node->tuplestorestate; in ExecMaterial()
78 node->tuplestorestate = tuplestorestate; in ExecMaterial()
86 tuplestore_ateof(tuplestorestate); in ExecMaterial()
146 if (tuplestorestate) in ExecMaterial()
200 matstate->tuplestorestate = NULL; in ExecInitMaterial()
256 node->tuplestorestate = NULL; in ExecEndMaterial()
278 if (!node->tuplestorestate) in ExecMaterialMarkPos()
306 if (!node->tuplestorestate) in ExecMaterialRestrPos()
335 if (!node->tuplestorestate) in ExecReScanMaterial()
[all …]
/dports/databases/postgresql10-pltcl/postgresql-10.19/src/backend/executor/
H A DnodeMaterial.c45 Tuplestorestate *tuplestorestate; in ExecMaterial() local
57 tuplestorestate = node->tuplestorestate; in ExecMaterial()
78 node->tuplestorestate = tuplestorestate; in ExecMaterial()
86 tuplestore_ateof(tuplestorestate); in ExecMaterial()
146 if (tuplestorestate) in ExecMaterial()
200 matstate->tuplestorestate = NULL; in ExecInitMaterial()
256 node->tuplestorestate = NULL; in ExecEndMaterial()
278 if (!node->tuplestorestate) in ExecMaterialMarkPos()
306 if (!node->tuplestorestate) in ExecMaterialRestrPos()
335 if (!node->tuplestorestate) in ExecReScanMaterial()
[all …]
/dports/databases/postgresql10-client/postgresql-10.19/src/backend/executor/
H A DnodeMaterial.c45 Tuplestorestate *tuplestorestate; in ExecMaterial() local
57 tuplestorestate = node->tuplestorestate; in ExecMaterial()
78 node->tuplestorestate = tuplestorestate; in ExecMaterial()
86 tuplestore_ateof(tuplestorestate); in ExecMaterial()
146 if (tuplestorestate) in ExecMaterial()
200 matstate->tuplestorestate = NULL; in ExecInitMaterial()
256 node->tuplestorestate = NULL; in ExecEndMaterial()
278 if (!node->tuplestorestate) in ExecMaterialMarkPos()
306 if (!node->tuplestorestate) in ExecMaterialRestrPos()
335 if (!node->tuplestorestate) in ExecReScanMaterial()
[all …]
/dports/databases/postgresql10-docs/postgresql-10.19/src/backend/executor/
H A DnodeMaterial.c45 Tuplestorestate *tuplestorestate; in ExecMaterial() local
57 tuplestorestate = node->tuplestorestate; in ExecMaterial()
78 node->tuplestorestate = tuplestorestate; in ExecMaterial()
86 tuplestore_ateof(tuplestorestate); in ExecMaterial()
146 if (tuplestorestate) in ExecMaterial()
200 matstate->tuplestorestate = NULL; in ExecInitMaterial()
256 node->tuplestorestate = NULL; in ExecEndMaterial()
278 if (!node->tuplestorestate) in ExecMaterialMarkPos()
306 if (!node->tuplestorestate) in ExecMaterialRestrPos()
335 if (!node->tuplestorestate) in ExecReScanMaterial()
[all …]
/dports/databases/postgresql10-plpython/postgresql-10.19/src/backend/executor/
H A DnodeMaterial.c45 Tuplestorestate *tuplestorestate; in ExecMaterial() local
57 tuplestorestate = node->tuplestorestate; in ExecMaterial()
78 node->tuplestorestate = tuplestorestate; in ExecMaterial()
86 tuplestore_ateof(tuplestorestate); in ExecMaterial()
146 if (tuplestorestate) in ExecMaterial()
200 matstate->tuplestorestate = NULL; in ExecInitMaterial()
256 node->tuplestorestate = NULL; in ExecEndMaterial()
278 if (!node->tuplestorestate) in ExecMaterialMarkPos()
306 if (!node->tuplestorestate) in ExecMaterialRestrPos()
335 if (!node->tuplestorestate) in ExecReScanMaterial()
[all …]
/dports/databases/postgresql12-contrib/postgresql-12.9/src/backend/executor/
H A DnodeMaterial.c45 Tuplestorestate *tuplestorestate; in ExecMaterial() local
57 tuplestorestate = node->tuplestorestate; in ExecMaterial()
78 node->tuplestorestate = tuplestorestate; in ExecMaterial()
86 tuplestore_ateof(tuplestorestate); in ExecMaterial()
146 if (tuplestorestate) in ExecMaterial()
198 matstate->tuplestorestate = NULL; in ExecInitMaterial()
252 node->tuplestorestate = NULL; in ExecEndMaterial()
274 if (!node->tuplestorestate) in ExecMaterialMarkPos()
302 if (!node->tuplestorestate) in ExecMaterialRestrPos()
331 if (!node->tuplestorestate) in ExecReScanMaterial()
[all …]
/dports/databases/postgresql12-client/postgresql-12.9/src/backend/executor/
H A DnodeMaterial.c45 Tuplestorestate *tuplestorestate; in ExecMaterial() local
57 tuplestorestate = node->tuplestorestate; in ExecMaterial()
78 node->tuplestorestate = tuplestorestate; in ExecMaterial()
86 tuplestore_ateof(tuplestorestate); in ExecMaterial()
146 if (tuplestorestate) in ExecMaterial()
198 matstate->tuplestorestate = NULL; in ExecInitMaterial()
252 node->tuplestorestate = NULL; in ExecEndMaterial()
274 if (!node->tuplestorestate) in ExecMaterialMarkPos()
302 if (!node->tuplestorestate) in ExecMaterialRestrPos()
331 if (!node->tuplestorestate) in ExecReScanMaterial()
[all …]
/dports/databases/postgresql14-pltcl/postgresql-14.1/src/backend/executor/
H A DnodeMaterial.c45 Tuplestorestate *tuplestorestate; in ExecMaterial() local
57 tuplestorestate = node->tuplestorestate; in ExecMaterial()
78 node->tuplestorestate = tuplestorestate; in ExecMaterial()
86 tuplestore_ateof(tuplestorestate); in ExecMaterial()
146 if (tuplestorestate) in ExecMaterial()
198 matstate->tuplestorestate = NULL; in ExecInitMaterial()
252 node->tuplestorestate = NULL; in ExecEndMaterial()
274 if (!node->tuplestorestate) in ExecMaterialMarkPos()
302 if (!node->tuplestorestate) in ExecMaterialRestrPos()
331 if (!node->tuplestorestate) in ExecReScanMaterial()
[all …]
/dports/databases/postgresql14-server/postgresql-14.1/src/backend/executor/
H A DnodeMaterial.c45 Tuplestorestate *tuplestorestate; in ExecMaterial() local
57 tuplestorestate = node->tuplestorestate; in ExecMaterial()
78 node->tuplestorestate = tuplestorestate; in ExecMaterial()
86 tuplestore_ateof(tuplestorestate); in ExecMaterial()
146 if (tuplestorestate) in ExecMaterial()
198 matstate->tuplestorestate = NULL; in ExecInitMaterial()
252 node->tuplestorestate = NULL; in ExecEndMaterial()
274 if (!node->tuplestorestate) in ExecMaterialMarkPos()
302 if (!node->tuplestorestate) in ExecMaterialRestrPos()
331 if (!node->tuplestorestate) in ExecReScanMaterial()
[all …]

123456789