Home
last modified time | relevance | path

Searched refs:need_to_scan_locally (Results 1 – 25 of 121) sorted by relevance

12345

/dports/databases/postgresql10-docs/postgresql-10.19/src/backend/executor/
H A DnodeGather.c76 gatherstate->need_to_scan_locally = !node->single_copy; in ExecInitGather()
196 node->need_to_scan_locally = (node->nreaders == 0) in ExecGather()
255 while (gatherstate->nreaders > 0 || gatherstate->need_to_scan_locally) in gather_getnext()
279 if (gatherstate->need_to_scan_locally) in gather_getnext()
292 gatherstate->need_to_scan_locally = false; in gather_getnext()
366 if (gatherstate->need_to_scan_locally) in gather_readnext()
/dports/databases/postgresql10-plperl/postgresql-10.19/src/backend/executor/
H A DnodeGather.c76 gatherstate->need_to_scan_locally = !node->single_copy; in ExecInitGather()
196 node->need_to_scan_locally = (node->nreaders == 0) in ExecGather()
255 while (gatherstate->nreaders > 0 || gatherstate->need_to_scan_locally) in gather_getnext()
279 if (gatherstate->need_to_scan_locally) in gather_getnext()
292 gatherstate->need_to_scan_locally = false; in gather_getnext()
366 if (gatherstate->need_to_scan_locally) in gather_readnext()
/dports/databases/postgresql10-pltcl/postgresql-10.19/src/backend/executor/
H A DnodeGather.c76 gatherstate->need_to_scan_locally = !node->single_copy; in ExecInitGather()
196 node->need_to_scan_locally = (node->nreaders == 0) in ExecGather()
255 while (gatherstate->nreaders > 0 || gatherstate->need_to_scan_locally) in gather_getnext()
279 if (gatherstate->need_to_scan_locally) in gather_getnext()
292 gatherstate->need_to_scan_locally = false; in gather_getnext()
366 if (gatherstate->need_to_scan_locally) in gather_readnext()
/dports/databases/postgresql11-client/postgresql-11.14/src/backend/executor/
H A DnodeGather.c76 gatherstate->need_to_scan_locally = in ExecInitGather()
191 node->need_to_scan_locally = (node->nreaders == 0) in ExecGather()
250 while (gatherstate->nreaders > 0 || gatherstate->need_to_scan_locally) in gather_getnext()
269 if (gatherstate->need_to_scan_locally) in gather_getnext()
282 gatherstate->need_to_scan_locally = false; in gather_getnext()
363 if (gatherstate->need_to_scan_locally) in gather_readnext()
/dports/databases/postgresql10-client/postgresql-10.19/src/backend/executor/
H A DnodeGather.c76 gatherstate->need_to_scan_locally = !node->single_copy; in ExecInitGather()
196 node->need_to_scan_locally = (node->nreaders == 0) in ExecGather()
255 while (gatherstate->nreaders > 0 || gatherstate->need_to_scan_locally) in gather_getnext()
279 if (gatherstate->need_to_scan_locally) in gather_getnext()
292 gatherstate->need_to_scan_locally = false; in gather_getnext()
366 if (gatherstate->need_to_scan_locally) in gather_readnext()
/dports/databases/postgresql10-contrib/postgresql-10.19/src/backend/executor/
H A DnodeGather.c76 gatherstate->need_to_scan_locally = !node->single_copy; in ExecInitGather()
196 node->need_to_scan_locally = (node->nreaders == 0) in ExecGather()
255 while (gatherstate->nreaders > 0 || gatherstate->need_to_scan_locally) in gather_getnext()
279 if (gatherstate->need_to_scan_locally) in gather_getnext()
292 gatherstate->need_to_scan_locally = false; in gather_getnext()
366 if (gatherstate->need_to_scan_locally) in gather_readnext()
/dports/databases/postgresql10-plpython/postgresql-10.19/src/backend/executor/
H A DnodeGather.c76 gatherstate->need_to_scan_locally = !node->single_copy; in ExecInitGather()
196 node->need_to_scan_locally = (node->nreaders == 0) in ExecGather()
255 while (gatherstate->nreaders > 0 || gatherstate->need_to_scan_locally) in gather_getnext()
279 if (gatherstate->need_to_scan_locally) in gather_getnext()
292 gatherstate->need_to_scan_locally = false; in gather_getnext()
366 if (gatherstate->need_to_scan_locally) in gather_readnext()
/dports/databases/postgresql11-plperl/postgresql-11.14/src/backend/executor/
H A DnodeGather.c76 gatherstate->need_to_scan_locally =
191 node->need_to_scan_locally = (node->nreaders == 0) in f()
250 while (gatherstate->nreaders > 0 || gatherstate->need_to_scan_locally)
269 if (gatherstate->need_to_scan_locally)
282 gatherstate->need_to_scan_locally = false;
363 if (gatherstate->need_to_scan_locally)
/dports/databases/postgresql11-plpython/postgresql-11.14/src/backend/executor/
H A DnodeGather.c76 gatherstate->need_to_scan_locally = in ExecInitGather()
191 node->need_to_scan_locally = (node->nreaders == 0) in ExecGather()
250 while (gatherstate->nreaders > 0 || gatherstate->need_to_scan_locally) in gather_getnext()
269 if (gatherstate->need_to_scan_locally) in gather_getnext()
282 gatherstate->need_to_scan_locally = false; in gather_getnext()
363 if (gatherstate->need_to_scan_locally) in gather_readnext()
/dports/databases/postgresql11-docs/postgresql-11.14/src/backend/executor/
H A DnodeGather.c76 gatherstate->need_to_scan_locally = in ExecInitGather()
191 node->need_to_scan_locally = (node->nreaders == 0) in ExecGather()
250 while (gatherstate->nreaders > 0 || gatherstate->need_to_scan_locally) in gather_getnext()
269 if (gatherstate->need_to_scan_locally) in gather_getnext()
282 gatherstate->need_to_scan_locally = false; in gather_getnext()
363 if (gatherstate->need_to_scan_locally) in gather_readnext()
/dports/databases/postgresql11-server/postgresql-11.14/src/backend/executor/
H A DnodeGather.c76 gatherstate->need_to_scan_locally = in ExecInitGather()
191 node->need_to_scan_locally = (node->nreaders == 0) in ExecGather()
250 while (gatherstate->nreaders > 0 || gatherstate->need_to_scan_locally) in gather_getnext()
269 if (gatherstate->need_to_scan_locally) in gather_getnext()
282 gatherstate->need_to_scan_locally = false; in gather_getnext()
363 if (gatherstate->need_to_scan_locally) in gather_readnext()
/dports/databases/postgresql11-contrib/postgresql-11.14/src/backend/executor/
H A DnodeGather.c76 gatherstate->need_to_scan_locally = in ExecInitGather()
191 node->need_to_scan_locally = (node->nreaders == 0) in ExecGather()
250 while (gatherstate->nreaders > 0 || gatherstate->need_to_scan_locally) in gather_getnext()
269 if (gatherstate->need_to_scan_locally) in gather_getnext()
282 gatherstate->need_to_scan_locally = false; in gather_getnext()
363 if (gatherstate->need_to_scan_locally) in gather_readnext()
/dports/databases/postgresql10-server/postgresql-10.19/src/backend/executor/
H A DnodeGather.c76 gatherstate->need_to_scan_locally = !node->single_copy; in ExecInitGather()
196 node->need_to_scan_locally = (node->nreaders == 0) in ExecGather()
255 while (gatherstate->nreaders > 0 || gatherstate->need_to_scan_locally) in gather_getnext()
279 if (gatherstate->need_to_scan_locally) in gather_getnext()
292 gatherstate->need_to_scan_locally = false; in gather_getnext()
366 if (gatherstate->need_to_scan_locally) in gather_readnext()
/dports/databases/postgresql12-contrib/postgresql-12.9/src/backend/executor/
H A DnodeGather.c76 gatherstate->need_to_scan_locally =
211 node->need_to_scan_locally = (node->nreaders == 0)
271 while (gatherstate->nreaders > 0 || gatherstate->need_to_scan_locally)
288 if (gatherstate->need_to_scan_locally)
301 gatherstate->need_to_scan_locally = false;
382 if (gatherstate->need_to_scan_locally)
/dports/databases/postgresql12-client/postgresql-12.9/src/backend/executor/
H A DnodeGather.c76 gatherstate->need_to_scan_locally =
211 node->need_to_scan_locally = (node->nreaders == 0)
271 while (gatherstate->nreaders > 0 || gatherstate->need_to_scan_locally) in ExecReScanForeignScan()
288 if (gatherstate->need_to_scan_locally) in ExecReScanForeignScan()
301 gatherstate->need_to_scan_locally = false; in ExecReScanForeignScan()
382 if (gatherstate->need_to_scan_locally) in ExecShutdownForeignScan()
/dports/databases/postgresql11-pltcl/postgresql-11.14/src/backend/executor/
H A DnodeGather.c76 gatherstate->need_to_scan_locally = in ExecInitGather()
191 node->need_to_scan_locally = (node->nreaders == 0) in ExecGather()
250 while (gatherstate->nreaders > 0 || gatherstate->need_to_scan_locally) in gather_getnext()
269 if (gatherstate->need_to_scan_locally) in gather_getnext()
282 gatherstate->need_to_scan_locally = false; in gather_getnext()
363 if (gatherstate->need_to_scan_locally) in gather_readnext()
/dports/databases/postgresql14-pltcl/postgresql-14.1/src/backend/executor/
H A DnodeGather.c76 gatherstate->need_to_scan_locally = in ExecInitGather()
211 node->need_to_scan_locally = (node->nreaders == 0) in ExecGather()
271 while (gatherstate->nreaders > 0 || gatherstate->need_to_scan_locally) in gather_getnext()
288 if (gatherstate->need_to_scan_locally) in gather_getnext()
301 gatherstate->need_to_scan_locally = false; in gather_getnext()
382 if (gatherstate->need_to_scan_locally) in gather_readnext()
/dports/databases/postgresql14-server/postgresql-14.1/src/backend/executor/
H A DnodeGather.c76 gatherstate->need_to_scan_locally = in ExecInitGather()
211 node->need_to_scan_locally = (node->nreaders == 0) in ExecGather()
271 while (gatherstate->nreaders > 0 || gatherstate->need_to_scan_locally) in gather_getnext()
288 if (gatherstate->need_to_scan_locally) in gather_getnext()
301 gatherstate->need_to_scan_locally = false; in gather_getnext()
382 if (gatherstate->need_to_scan_locally) in gather_readnext()
/dports/databases/postgresql13-docs/postgresql-13.5/src/backend/executor/
H A DnodeGather.c76 gatherstate->need_to_scan_locally = in ExecInitGather()
211 node->need_to_scan_locally = (node->nreaders == 0) in ExecGather()
271 while (gatherstate->nreaders > 0 || gatherstate->need_to_scan_locally) in gather_getnext()
288 if (gatherstate->need_to_scan_locally) in gather_getnext()
301 gatherstate->need_to_scan_locally = false; in gather_getnext()
382 if (gatherstate->need_to_scan_locally) in gather_readnext()
/dports/databases/postgresql14-contrib/postgresql-14.1/src/backend/executor/
H A DnodeGather.c76 gatherstate->need_to_scan_locally = in ExecInitGather()
211 node->need_to_scan_locally = (node->nreaders == 0) in ExecGather()
271 while (gatherstate->nreaders > 0 || gatherstate->need_to_scan_locally) in gather_getnext()
288 if (gatherstate->need_to_scan_locally) in gather_getnext()
301 gatherstate->need_to_scan_locally = false; in gather_getnext()
382 if (gatherstate->need_to_scan_locally) in gather_readnext()
/dports/databases/postgresql14-plpython/postgresql-14.1/src/backend/executor/
H A DnodeGather.c76 gatherstate->need_to_scan_locally = in ExecInitGather()
211 node->need_to_scan_locally = (node->nreaders == 0) in ExecGather()
271 while (gatherstate->nreaders > 0 || gatherstate->need_to_scan_locally) in gather_getnext()
288 if (gatherstate->need_to_scan_locally) in gather_getnext()
301 gatherstate->need_to_scan_locally = false; in gather_getnext()
382 if (gatherstate->need_to_scan_locally) in gather_readnext()
/dports/databases/postgresql14-plperl/postgresql-14.1/src/backend/executor/
H A DnodeGather.c76 gatherstate->need_to_scan_locally = in ExecInitGather()
211 node->need_to_scan_locally = (node->nreaders == 0) in ExecGather()
271 while (gatherstate->nreaders > 0 || gatherstate->need_to_scan_locally) in gather_getnext()
288 if (gatherstate->need_to_scan_locally) in gather_getnext()
301 gatherstate->need_to_scan_locally = false; in gather_getnext()
382 if (gatherstate->need_to_scan_locally) in gather_readnext()
/dports/databases/postgresql13-server/postgresql-13.5/src/backend/executor/
H A DnodeGather.c76 gatherstate->need_to_scan_locally = in ExecInitGather()
211 node->need_to_scan_locally = (node->nreaders == 0) in ExecGather()
271 while (gatherstate->nreaders > 0 || gatherstate->need_to_scan_locally) in gather_getnext()
288 if (gatherstate->need_to_scan_locally) in gather_getnext()
301 gatherstate->need_to_scan_locally = false; in gather_getnext()
382 if (gatherstate->need_to_scan_locally) in gather_readnext()
/dports/databases/postgresql14-client/postgresql-14.1/src/backend/executor/
H A DnodeGather.c76 gatherstate->need_to_scan_locally =
211 node->need_to_scan_locally = (node->nreaders == 0)
271 while (gatherstate->nreaders > 0 || gatherstate->need_to_scan_locally)
288 if (gatherstate->need_to_scan_locally)
301 gatherstate->need_to_scan_locally = false;
382 if (gatherstate->need_to_scan_locally)
/dports/databases/postgresql14-docs/postgresql-14.1/src/backend/executor/
H A DnodeGather.c76 gatherstate->need_to_scan_locally =
211 node->need_to_scan_locally = (node->nreaders == 0)
271 while (gatherstate->nreaders > 0 || gatherstate->need_to_scan_locally)
288 if (gatherstate->need_to_scan_locally)
301 gatherstate->need_to_scan_locally = false;
382 if (gatherstate->need_to_scan_locally)

12345