Home
last modified time | relevance | path

Searched refs:pei (Results 51 – 75 of 3936) sorted by relevance

12345678910>>...158

/dports/databases/postgresql11-plpython/postgresql-11.14/src/backend/executor/
H A DnodeGather.c150 if (!node->pei) in ExecGather()
158 node->pei, in ExecGather()
165 pcxt = node->pei->pcxt; in ExecGather()
173 ExecParallelCreateReaders(node->pei); in ExecGather()
178 memcpy(node->reader, node->pei->reader, in ExecGather()
275 gatherstate->pei ? gatherstate->pei->area : NULL; in gather_getnext()
383 if (node->pei != NULL) in ExecShutdownGatherWorkers()
384 ExecParallelFinish(node->pei); in ExecShutdownGatherWorkers()
404 if (node->pei != NULL) in ExecShutdownGather()
406 ExecParallelCleanup(node->pei); in ExecShutdownGather()
[all …]
/dports/databases/postgresql11-docs/postgresql-11.14/src/backend/executor/
H A DnodeGather.c150 if (!node->pei) in ExecGather()
158 node->pei, in ExecGather()
165 pcxt = node->pei->pcxt; in ExecGather()
173 ExecParallelCreateReaders(node->pei); in ExecGather()
178 memcpy(node->reader, node->pei->reader, in ExecGather()
275 gatherstate->pei ? gatherstate->pei->area : NULL; in gather_getnext()
383 if (node->pei != NULL) in ExecShutdownGatherWorkers()
384 ExecParallelFinish(node->pei); in ExecShutdownGatherWorkers()
404 if (node->pei != NULL) in ExecShutdownGather()
406 ExecParallelCleanup(node->pei); in ExecShutdownGather()
[all …]
/dports/databases/postgresql11-server/postgresql-11.14/src/backend/executor/
H A DnodeGather.c150 if (!node->pei) in ExecGather()
158 node->pei, in ExecGather()
165 pcxt = node->pei->pcxt; in ExecGather()
173 ExecParallelCreateReaders(node->pei); in ExecGather()
178 memcpy(node->reader, node->pei->reader, in ExecGather()
275 gatherstate->pei ? gatherstate->pei->area : NULL; in gather_getnext()
383 if (node->pei != NULL) in ExecShutdownGatherWorkers()
384 ExecParallelFinish(node->pei); in ExecShutdownGatherWorkers()
404 if (node->pei != NULL) in ExecShutdownGather()
406 ExecParallelCleanup(node->pei); in ExecShutdownGather()
[all …]
/dports/databases/postgresql11-contrib/postgresql-11.14/src/backend/executor/
H A DnodeGather.c150 if (!node->pei) in ExecGather()
158 node->pei, in ExecGather()
165 pcxt = node->pei->pcxt; in ExecGather()
173 ExecParallelCreateReaders(node->pei); in ExecGather()
178 memcpy(node->reader, node->pei->reader, in ExecGather()
275 gatherstate->pei ? gatherstate->pei->area : NULL; in gather_getnext()
383 if (node->pei != NULL) in ExecShutdownGatherWorkers()
384 ExecParallelFinish(node->pei); in ExecShutdownGatherWorkers()
404 if (node->pei != NULL) in ExecShutdownGather()
406 ExecParallelCleanup(node->pei); in ExecShutdownGather()
[all …]
/dports/databases/postgresql10-server/postgresql-10.19/src/backend/executor/
H A DnodeGather.c157 if (!node->pei) in ExecGather()
163 node->pei); in ExecGather()
169 pcxt = node->pei->pcxt; in ExecGather()
177 ExecParallelCreateReaders(node->pei, in ExecGather()
183 memcpy(node->reader, node->pei->reader, in ExecGather()
285 gatherstate->pei ? gatherstate->pei->area : NULL; in gather_getnext()
386 if (node->pei != NULL) in ExecShutdownGatherWorkers()
387 ExecParallelFinish(node->pei); in ExecShutdownGatherWorkers()
407 if (node->pei != NULL) in ExecShutdownGather()
409 ExecParallelCleanup(node->pei); in ExecShutdownGather()
[all …]
/dports/databases/postgresql12-contrib/postgresql-12.9/src/backend/executor/
H A DnodeGather.c170 if (!node->pei)
178 node->pei,
185 pcxt = node->pei->pcxt;
193 ExecParallelCreateReaders(node->pei);
198 memcpy(node->reader, node->pei->reader,
294 gatherstate->pei ? gatherstate->pei->area : NULL;
403 if (node->pei != NULL)
404 ExecParallelFinish(node->pei);
424 if (node->pei != NULL)
426 ExecParallelCleanup(node->pei);
[all …]
/dports/databases/postgresql12-client/postgresql-12.9/src/backend/executor/
H A DnodeGather.c170 if (!node->pei)
178 node->pei,
185 pcxt = node->pei->pcxt;
193 ExecParallelCreateReaders(node->pei);
198 memcpy(node->reader, node->pei->reader,
294 gatherstate->pei ? gatherstate->pei->area : NULL; in ExecReScanForeignScan()
403 if (node->pei != NULL)
404 ExecParallelFinish(node->pei);
424 if (node->pei != NULL)
426 ExecParallelCleanup(node->pei);
[all …]
/dports/databases/postgresql11-pltcl/postgresql-11.14/src/backend/executor/
H A DnodeGather.c150 if (!node->pei) in ExecGather()
158 node->pei, in ExecGather()
165 pcxt = node->pei->pcxt; in ExecGather()
173 ExecParallelCreateReaders(node->pei); in ExecGather()
178 memcpy(node->reader, node->pei->reader, in ExecGather()
275 gatherstate->pei ? gatherstate->pei->area : NULL; in gather_getnext()
383 if (node->pei != NULL) in ExecShutdownGatherWorkers()
384 ExecParallelFinish(node->pei); in ExecShutdownGatherWorkers()
404 if (node->pei != NULL) in ExecShutdownGather()
406 ExecParallelCleanup(node->pei); in ExecShutdownGather()
[all …]
/dports/databases/postgresql14-pltcl/postgresql-14.1/src/backend/executor/
H A DnodeGather.c170 if (!node->pei) in ExecGather()
178 node->pei, in ExecGather()
185 pcxt = node->pei->pcxt; in ExecGather()
193 ExecParallelCreateReaders(node->pei); in ExecGather()
198 memcpy(node->reader, node->pei->reader, in ExecGather()
294 gatherstate->pei ? gatherstate->pei->area : NULL; in gather_getnext()
403 if (node->pei != NULL) in ExecShutdownGatherWorkers()
404 ExecParallelFinish(node->pei); in ExecShutdownGatherWorkers()
424 if (node->pei != NULL) in ExecShutdownGather()
426 ExecParallelCleanup(node->pei); in ExecShutdownGather()
[all …]
/dports/databases/postgresql14-server/postgresql-14.1/src/backend/executor/
H A DnodeGather.c170 if (!node->pei) in ExecGather()
178 node->pei, in ExecGather()
185 pcxt = node->pei->pcxt; in ExecGather()
193 ExecParallelCreateReaders(node->pei); in ExecGather()
198 memcpy(node->reader, node->pei->reader, in ExecGather()
294 gatherstate->pei ? gatherstate->pei->area : NULL; in gather_getnext()
403 if (node->pei != NULL) in ExecShutdownGatherWorkers()
404 ExecParallelFinish(node->pei); in ExecShutdownGatherWorkers()
424 if (node->pei != NULL) in ExecShutdownGather()
426 ExecParallelCleanup(node->pei); in ExecShutdownGather()
[all …]
/dports/databases/postgresql13-docs/postgresql-13.5/src/backend/executor/
H A DnodeGather.c170 if (!node->pei) in ExecGather()
178 node->pei, in ExecGather()
185 pcxt = node->pei->pcxt; in ExecGather()
193 ExecParallelCreateReaders(node->pei); in ExecGather()
198 memcpy(node->reader, node->pei->reader, in ExecGather()
294 gatherstate->pei ? gatherstate->pei->area : NULL; in gather_getnext()
403 if (node->pei != NULL) in ExecShutdownGatherWorkers()
404 ExecParallelFinish(node->pei); in ExecShutdownGatherWorkers()
424 if (node->pei != NULL) in ExecShutdownGather()
426 ExecParallelCleanup(node->pei); in ExecShutdownGather()
[all …]
/dports/databases/postgresql14-contrib/postgresql-14.1/src/backend/executor/
H A DnodeGather.c170 if (!node->pei) in ExecGather()
178 node->pei, in ExecGather()
185 pcxt = node->pei->pcxt; in ExecGather()
193 ExecParallelCreateReaders(node->pei); in ExecGather()
198 memcpy(node->reader, node->pei->reader, in ExecGather()
294 gatherstate->pei ? gatherstate->pei->area : NULL; in gather_getnext()
403 if (node->pei != NULL) in ExecShutdownGatherWorkers()
404 ExecParallelFinish(node->pei); in ExecShutdownGatherWorkers()
424 if (node->pei != NULL) in ExecShutdownGather()
426 ExecParallelCleanup(node->pei); in ExecShutdownGather()
[all …]
/dports/databases/postgresql14-plpython/postgresql-14.1/src/backend/executor/
H A DnodeGather.c170 if (!node->pei) in ExecGather()
178 node->pei, in ExecGather()
185 pcxt = node->pei->pcxt; in ExecGather()
193 ExecParallelCreateReaders(node->pei); in ExecGather()
198 memcpy(node->reader, node->pei->reader, in ExecGather()
294 gatherstate->pei ? gatherstate->pei->area : NULL; in gather_getnext()
403 if (node->pei != NULL) in ExecShutdownGatherWorkers()
404 ExecParallelFinish(node->pei); in ExecShutdownGatherWorkers()
424 if (node->pei != NULL) in ExecShutdownGather()
426 ExecParallelCleanup(node->pei); in ExecShutdownGather()
[all …]
/dports/databases/postgresql14-plperl/postgresql-14.1/src/backend/executor/
H A DnodeGather.c170 if (!node->pei) in ExecGather()
178 node->pei, in ExecGather()
185 pcxt = node->pei->pcxt; in ExecGather()
193 ExecParallelCreateReaders(node->pei); in ExecGather()
198 memcpy(node->reader, node->pei->reader, in ExecGather()
294 gatherstate->pei ? gatherstate->pei->area : NULL; in gather_getnext()
403 if (node->pei != NULL) in ExecShutdownGatherWorkers()
404 ExecParallelFinish(node->pei); in ExecShutdownGatherWorkers()
424 if (node->pei != NULL) in ExecShutdownGather()
426 ExecParallelCleanup(node->pei); in ExecShutdownGather()
[all …]
/dports/databases/postgresql13-server/postgresql-13.5/src/backend/executor/
H A DnodeGather.c170 if (!node->pei) in ExecGather()
178 node->pei, in ExecGather()
185 pcxt = node->pei->pcxt; in ExecGather()
193 ExecParallelCreateReaders(node->pei); in ExecGather()
198 memcpy(node->reader, node->pei->reader, in ExecGather()
294 gatherstate->pei ? gatherstate->pei->area : NULL; in gather_getnext()
403 if (node->pei != NULL) in ExecShutdownGatherWorkers()
404 ExecParallelFinish(node->pei); in ExecShutdownGatherWorkers()
424 if (node->pei != NULL) in ExecShutdownGather()
426 ExecParallelCleanup(node->pei); in ExecShutdownGather()
[all …]
/dports/databases/postgresql14-client/postgresql-14.1/src/backend/executor/
H A DnodeGather.c170 if (!node->pei) in plugin_common_instantiate()
178 node->pei, in plugin_common_instantiate()
185 pcxt = node->pei->pcxt; in plugin_common_instantiate()
193 ExecParallelCreateReaders(node->pei); in plugin_common_instantiate()
198 memcpy(node->reader, node->pei->reader, in plugin_common_instantiate()
294 gatherstate->pei ? gatherstate->pei->area : NULL;
403 if (node->pei != NULL)
404 ExecParallelFinish(node->pei);
424 if (node->pei != NULL)
426 ExecParallelCleanup(node->pei);
[all …]
/dports/databases/postgresql14-docs/postgresql-14.1/src/backend/executor/
H A DnodeGather.c170 if (!node->pei)
178 node->pei,
185 pcxt = node->pei->pcxt;
193 ExecParallelCreateReaders(node->pei);
198 memcpy(node->reader, node->pei->reader,
294 gatherstate->pei ? gatherstate->pei->area : NULL;
403 if (node->pei != NULL)
404 ExecParallelFinish(node->pei);
424 if (node->pei != NULL)
426 ExecParallelCleanup(node->pei);
[all …]
/dports/databases/postgresql13-pltcl/postgresql-13.5/src/backend/executor/
H A DnodeGather.c170 if (!node->pei) in ExecGather()
178 node->pei, in ExecGather()
185 pcxt = node->pei->pcxt; in ExecGather()
193 ExecParallelCreateReaders(node->pei); in ExecGather()
198 memcpy(node->reader, node->pei->reader, in ExecGather()
294 gatherstate->pei ? gatherstate->pei->area : NULL; in gather_getnext()
403 if (node->pei != NULL) in ExecShutdownGatherWorkers()
404 ExecParallelFinish(node->pei); in ExecShutdownGatherWorkers()
424 if (node->pei != NULL) in ExecShutdownGather()
426 ExecParallelCleanup(node->pei); in ExecShutdownGather()
[all …]
/dports/databases/postgresql12-server/postgresql-12.9/src/backend/executor/
H A DnodeGather.c170 if (!node->pei) in ExecGather()
178 node->pei, in ExecGather()
185 pcxt = node->pei->pcxt; in ExecGather()
193 ExecParallelCreateReaders(node->pei); in ExecGather()
198 memcpy(node->reader, node->pei->reader, in ExecGather()
294 gatherstate->pei ? gatherstate->pei->area : NULL; in gather_getnext()
403 if (node->pei != NULL) in ExecShutdownGatherWorkers()
404 ExecParallelFinish(node->pei); in ExecShutdownGatherWorkers()
424 if (node->pei != NULL) in ExecShutdownGather()
426 ExecParallelCleanup(node->pei); in ExecShutdownGather()
[all …]
/dports/databases/postgresql12-plperl/postgresql-12.9/src/backend/executor/
H A DnodeGather.c170 if (!node->pei) in ExecGather()
178 node->pei, in ExecGather()
185 pcxt = node->pei->pcxt; in ExecGather()
193 ExecParallelCreateReaders(node->pei); in ExecGather()
198 memcpy(node->reader, node->pei->reader, in ExecGather()
294 gatherstate->pei ? gatherstate->pei->area : NULL; in gather_getnext()
403 if (node->pei != NULL) in ExecShutdownGatherWorkers()
404 ExecParallelFinish(node->pei); in ExecShutdownGatherWorkers()
424 if (node->pei != NULL) in ExecShutdownGather()
426 ExecParallelCleanup(node->pei); in ExecShutdownGather()
[all …]
/dports/databases/postgresql12-pltcl/postgresql-12.9/src/backend/executor/
H A DnodeGather.c170 if (!node->pei) in ExecGather()
178 node->pei, in ExecGather()
185 pcxt = node->pei->pcxt; in ExecGather()
193 ExecParallelCreateReaders(node->pei); in ExecGather()
198 memcpy(node->reader, node->pei->reader, in ExecGather()
294 gatherstate->pei ? gatherstate->pei->area : NULL; in gather_getnext()
403 if (node->pei != NULL) in ExecShutdownGatherWorkers()
404 ExecParallelFinish(node->pei); in ExecShutdownGatherWorkers()
424 if (node->pei != NULL) in ExecShutdownGather()
426 ExecParallelCleanup(node->pei); in ExecShutdownGather()
[all …]
/dports/databases/postgresql13-contrib/postgresql-13.5/src/backend/executor/
H A DnodeGather.c170 if (!node->pei) in ExecGather()
178 node->pei, in ExecGather()
185 pcxt = node->pei->pcxt; in ExecGather()
193 ExecParallelCreateReaders(node->pei); in ExecGather()
198 memcpy(node->reader, node->pei->reader, in ExecGather()
294 gatherstate->pei ? gatherstate->pei->area : NULL; in gather_getnext()
403 if (node->pei != NULL) in ExecShutdownGatherWorkers()
404 ExecParallelFinish(node->pei); in ExecShutdownGatherWorkers()
424 if (node->pei != NULL) in ExecShutdownGather()
426 ExecParallelCleanup(node->pei); in ExecShutdownGather()
[all …]
/dports/databases/postgresql13-client/postgresql-13.5/src/backend/executor/
H A DnodeGather.c170 if (!node->pei) in ExecGather()
178 node->pei, in ExecGather()
185 pcxt = node->pei->pcxt; in ExecGather()
193 ExecParallelCreateReaders(node->pei); in ExecGather()
198 memcpy(node->reader, node->pei->reader, in ExecGather()
294 gatherstate->pei ? gatherstate->pei->area : NULL; in gather_getnext()
403 if (node->pei != NULL) in ExecShutdownGatherWorkers()
404 ExecParallelFinish(node->pei); in ExecShutdownGatherWorkers()
424 if (node->pei != NULL) in ExecShutdownGather()
426 ExecParallelCleanup(node->pei); in ExecShutdownGather()
[all …]
/dports/databases/postgresql12-plpython/postgresql-12.9/src/backend/executor/
H A DnodeGather.c170 if (!node->pei) in ExecGather()
178 node->pei, in ExecGather()
185 pcxt = node->pei->pcxt; in ExecGather()
193 ExecParallelCreateReaders(node->pei); in ExecGather()
198 memcpy(node->reader, node->pei->reader, in ExecGather()
294 gatherstate->pei ? gatherstate->pei->area : NULL; in gather_getnext()
403 if (node->pei != NULL) in ExecShutdownGatherWorkers()
404 ExecParallelFinish(node->pei); in ExecShutdownGatherWorkers()
424 if (node->pei != NULL) in ExecShutdownGather()
426 ExecParallelCleanup(node->pei); in ExecShutdownGather()
[all …]
/dports/databases/postgresql12-docs/postgresql-12.9/src/backend/executor/
H A DnodeGather.c170 if (!node->pei) in ExecGather()
178 node->pei, in ExecGather()
185 pcxt = node->pei->pcxt; in ExecGather()
193 ExecParallelCreateReaders(node->pei); in ExecGather()
198 memcpy(node->reader, node->pei->reader, in ExecGather()
294 gatherstate->pei ? gatherstate->pei->area : NULL; in gather_getnext()
403 if (node->pei != NULL) in ExecShutdownGatherWorkers()
404 ExecParallelFinish(node->pei); in ExecShutdownGatherWorkers()
424 if (node->pei != NULL) in ExecShutdownGather()
426 ExecParallelCleanup(node->pei); in ExecShutdownGather()
[all …]

12345678910>>...158