Home
last modified time | relevance | path

Searched refs:responseq (Results 1 – 25 of 42) sorted by relevance

12

/dports/databases/postgresql96-server/postgresql-9.6.24/src/backend/executor/
H A DexecParallel.c270 shm_mq_handle **responseq; in ExecParallelSetupTupleQueues() local
279 responseq = (shm_mq_handle **) in ExecParallelSetupTupleQueues()
304 responseq[i] = shm_mq_attach(mq, pcxt->seg, NULL); in ExecParallelSetupTupleQueues()
312 return responseq; in ExecParallelSetupTupleQueues()
/dports/databases/postgresql96-plpython/postgresql-9.6.24/src/backend/executor/
H A DexecParallel.c270 shm_mq_handle **responseq; in ExecParallelSetupTupleQueues() local
279 responseq = (shm_mq_handle **) in ExecParallelSetupTupleQueues()
304 responseq[i] = shm_mq_attach(mq, pcxt->seg, NULL); in ExecParallelSetupTupleQueues()
312 return responseq; in ExecParallelSetupTupleQueues()
/dports/databases/postgresql96-pltcl/postgresql-9.6.24/src/backend/executor/
H A DexecParallel.c270 shm_mq_handle **responseq; in ExecParallelSetupTupleQueues() local
279 responseq = (shm_mq_handle **) in ExecParallelSetupTupleQueues()
304 responseq[i] = shm_mq_attach(mq, pcxt->seg, NULL); in ExecParallelSetupTupleQueues()
312 return responseq; in ExecParallelSetupTupleQueues()
/dports/databases/postgresql96-client/postgresql-9.6.24/src/backend/executor/
H A DexecParallel.c270 shm_mq_handle **responseq; in ExecParallelSetupTupleQueues() local
279 responseq = (shm_mq_handle **) in ExecParallelSetupTupleQueues()
304 responseq[i] = shm_mq_attach(mq, pcxt->seg, NULL); in ExecParallelSetupTupleQueues()
312 return responseq; in ExecParallelSetupTupleQueues()
/dports/databases/postgresql96-plperl/postgresql-9.6.24/src/backend/executor/
H A DexecParallel.c270 shm_mq_handle **responseq; in ExecParallelSetupTupleQueues() local
279 responseq = (shm_mq_handle **) in ExecParallelSetupTupleQueues()
304 responseq[i] = shm_mq_attach(mq, pcxt->seg, NULL); in ExecParallelSetupTupleQueues()
312 return responseq; in ExecParallelSetupTupleQueues()
/dports/databases/postgresql96-contrib/postgresql-9.6.24/src/backend/executor/
H A DexecParallel.c270 shm_mq_handle **responseq; in ExecParallelSetupTupleQueues() local
279 responseq = (shm_mq_handle **) in ExecParallelSetupTupleQueues()
304 responseq[i] = shm_mq_attach(mq, pcxt->seg, NULL); in ExecParallelSetupTupleQueues()
312 return responseq; in ExecParallelSetupTupleQueues()
/dports/databases/postgresql96-docs/postgresql-9.6.24/src/backend/executor/
H A DexecParallel.c270 shm_mq_handle **responseq; in ExecParallelSetupTupleQueues() local
279 responseq = (shm_mq_handle **) in ExecParallelSetupTupleQueues()
304 responseq[i] = shm_mq_attach(mq, pcxt->seg, NULL); in ExecParallelSetupTupleQueues()
312 return responseq; in ExecParallelSetupTupleQueues()
/dports/databases/postgresql10-plperl/postgresql-10.19/src/backend/executor/
H A DexecParallel.c324 shm_mq_handle **responseq; in ExecParallelSetupTupleQueues() local
333 responseq = (shm_mq_handle **) in ExecParallelSetupTupleQueues()
358 responseq[i] = shm_mq_attach(mq, pcxt->seg, NULL); in ExecParallelSetupTupleQueues()
366 return responseq; in ExecParallelSetupTupleQueues()
/dports/databases/postgresql10-pltcl/postgresql-10.19/src/backend/executor/
H A DexecParallel.c324 shm_mq_handle **responseq; in ExecParallelSetupTupleQueues() local
333 responseq = (shm_mq_handle **) in ExecParallelSetupTupleQueues()
358 responseq[i] = shm_mq_attach(mq, pcxt->seg, NULL); in ExecParallelSetupTupleQueues()
366 return responseq; in ExecParallelSetupTupleQueues()
/dports/databases/postgresql10-client/postgresql-10.19/src/backend/executor/
H A DexecParallel.c324 shm_mq_handle **responseq; in ExecParallelSetupTupleQueues() local
333 responseq = (shm_mq_handle **) in ExecParallelSetupTupleQueues()
358 responseq[i] = shm_mq_attach(mq, pcxt->seg, NULL); in ExecParallelSetupTupleQueues()
366 return responseq; in ExecParallelSetupTupleQueues()
/dports/databases/postgresql10-contrib/postgresql-10.19/src/backend/executor/
H A DexecParallel.c324 shm_mq_handle **responseq; in ExecParallelSetupTupleQueues() local
333 responseq = (shm_mq_handle **) in ExecParallelSetupTupleQueues()
358 responseq[i] = shm_mq_attach(mq, pcxt->seg, NULL); in ExecParallelSetupTupleQueues()
366 return responseq; in ExecParallelSetupTupleQueues()
/dports/databases/postgresql10-docs/postgresql-10.19/src/backend/executor/
H A DexecParallel.c324 shm_mq_handle **responseq; in ExecParallelSetupTupleQueues() local
333 responseq = (shm_mq_handle **) in ExecParallelSetupTupleQueues()
358 responseq[i] = shm_mq_attach(mq, pcxt->seg, NULL); in ExecParallelSetupTupleQueues()
366 return responseq; in ExecParallelSetupTupleQueues()
/dports/databases/postgresql10-plpython/postgresql-10.19/src/backend/executor/
H A DexecParallel.c324 shm_mq_handle **responseq; in ExecParallelSetupTupleQueues() local
333 responseq = (shm_mq_handle **) in ExecParallelSetupTupleQueues()
358 responseq[i] = shm_mq_attach(mq, pcxt->seg, NULL); in ExecParallelSetupTupleQueues()
366 return responseq; in ExecParallelSetupTupleQueues()
/dports/databases/postgresql10-server/postgresql-10.19/src/backend/executor/
H A DexecParallel.c324 shm_mq_handle **responseq; in ExecParallelSetupTupleQueues() local
333 responseq = (shm_mq_handle **) in ExecParallelSetupTupleQueues()
358 responseq[i] = shm_mq_attach(mq, pcxt->seg, NULL); in ExecParallelSetupTupleQueues()
366 return responseq; in ExecParallelSetupTupleQueues()
/dports/databases/postgresql11-client/postgresql-11.14/src/backend/executor/
H A DexecParallel.c514 shm_mq_handle **responseq; in ExecParallelSetupTupleQueues() local
523 responseq = (shm_mq_handle **) in ExecParallelSetupTupleQueues()
548 responseq[i] = shm_mq_attach(mq, pcxt->seg, NULL); in ExecParallelSetupTupleQueues()
556 return responseq; in ExecParallelSetupTupleQueues()
/dports/databases/postgresql11-plperl/postgresql-11.14/src/backend/executor/
H A DexecParallel.c514 shm_mq_handle **responseq; in ExecParallelSetupTupleQueues() local
523 responseq = (shm_mq_handle **) in ExecParallelSetupTupleQueues()
548 responseq[i] = shm_mq_attach(mq, pcxt->seg, NULL); in ExecParallelSetupTupleQueues()
556 return responseq; in ExecParallelSetupTupleQueues()
/dports/databases/postgresql11-contrib/postgresql-11.14/src/backend/executor/
H A DexecParallel.c514 shm_mq_handle **responseq; in ExecParallelSetupTupleQueues() local
523 responseq = (shm_mq_handle **) in ExecParallelSetupTupleQueues()
548 responseq[i] = shm_mq_attach(mq, pcxt->seg, NULL); in ExecParallelSetupTupleQueues()
556 return responseq; in ExecParallelSetupTupleQueues()
/dports/databases/postgresql11-plpython/postgresql-11.14/src/backend/executor/
H A DexecParallel.c514 shm_mq_handle **responseq; in ExecParallelSetupTupleQueues() local
523 responseq = (shm_mq_handle **) in ExecParallelSetupTupleQueues()
548 responseq[i] = shm_mq_attach(mq, pcxt->seg, NULL); in ExecParallelSetupTupleQueues()
556 return responseq; in ExecParallelSetupTupleQueues()
/dports/databases/postgresql11-docs/postgresql-11.14/src/backend/executor/
H A DexecParallel.c514 shm_mq_handle **responseq; in ExecParallelSetupTupleQueues() local
523 responseq = (shm_mq_handle **) in ExecParallelSetupTupleQueues()
548 responseq[i] = shm_mq_attach(mq, pcxt->seg, NULL); in ExecParallelSetupTupleQueues()
556 return responseq; in ExecParallelSetupTupleQueues()
/dports/databases/postgresql11-server/postgresql-11.14/src/backend/executor/
H A DexecParallel.c514 shm_mq_handle **responseq; in ExecParallelSetupTupleQueues() local
523 responseq = (shm_mq_handle **) in ExecParallelSetupTupleQueues()
548 responseq[i] = shm_mq_attach(mq, pcxt->seg, NULL); in ExecParallelSetupTupleQueues()
556 return responseq; in ExecParallelSetupTupleQueues()
/dports/databases/postgresql12-contrib/postgresql-12.9/src/backend/executor/
H A DexecParallel.c511 shm_mq_handle **responseq; in ExecParallelSetupTupleQueues() local
520 responseq = (shm_mq_handle **) in ExecParallelSetupTupleQueues()
545 responseq[i] = shm_mq_attach(mq, pcxt->seg, NULL); in ExecParallelSetupTupleQueues()
553 return responseq; in ExecParallelSetupTupleQueues()
/dports/databases/postgresql12-client/postgresql-12.9/src/backend/executor/
H A DexecParallel.c511 shm_mq_handle **responseq; in ExecParallelSetupTupleQueues() local
520 responseq = (shm_mq_handle **) in ExecParallelSetupTupleQueues()
545 responseq[i] = shm_mq_attach(mq, pcxt->seg, NULL); in ExecParallelSetupTupleQueues()
553 return responseq; in ExecParallelSetupTupleQueues()
/dports/databases/postgresql11-pltcl/postgresql-11.14/src/backend/executor/
H A DexecParallel.c514 shm_mq_handle **responseq; in ExecParallelSetupTupleQueues() local
523 responseq = (shm_mq_handle **) in ExecParallelSetupTupleQueues()
548 responseq[i] = shm_mq_attach(mq, pcxt->seg, NULL); in ExecParallelSetupTupleQueues()
556 return responseq; in ExecParallelSetupTupleQueues()
/dports/databases/postgresql13-docs/postgresql-13.5/src/backend/executor/
H A DexecParallel.c530 shm_mq_handle **responseq; in ExecParallelSetupTupleQueues() local
539 responseq = (shm_mq_handle **) in ExecParallelSetupTupleQueues()
564 responseq[i] = shm_mq_attach(mq, pcxt->seg, NULL); in ExecParallelSetupTupleQueues()
572 return responseq; in ExecParallelSetupTupleQueues()
/dports/databases/postgresql13-pltcl/postgresql-13.5/src/backend/executor/
H A DexecParallel.c530 shm_mq_handle **responseq; in ExecParallelSetupTupleQueues() local
539 responseq = (shm_mq_handle **) in ExecParallelSetupTupleQueues()
564 responseq[i] = shm_mq_attach(mq, pcxt->seg, NULL); in ExecParallelSetupTupleQueues()
572 return responseq; in ExecParallelSetupTupleQueues()

12