Home
last modified time | relevance | path

Searched refs:paramlistinfo_space (Results 1 – 25 of 28) sorted by relevance

12

/dports/databases/postgresql11-client/postgresql-11.14/src/backend/executor/
H A DexecParallel.c575 char *paramlistinfo_space; in ExecInitParallelPlan() local
722 paramlistinfo_space = shm_toc_allocate(pcxt->toc, paramlistinfo_len); in ExecInitParallelPlan()
723 shm_toc_insert(pcxt->toc, PARALLEL_KEY_PARAMLISTINFO, paramlistinfo_space); in ExecInitParallelPlan()
724 SerializeParamList(estate->es_param_list_info, &paramlistinfo_space); in ExecInitParallelPlan()
/dports/databases/postgresql11-plperl/postgresql-11.14/src/backend/executor/
H A DexecParallel.c575 char *paramlistinfo_space; in ExecInitParallelPlan() local
722 paramlistinfo_space = shm_toc_allocate(pcxt->toc, paramlistinfo_len); in ExecInitParallelPlan()
723 shm_toc_insert(pcxt->toc, PARALLEL_KEY_PARAMLISTINFO, paramlistinfo_space); in ExecInitParallelPlan()
724 SerializeParamList(estate->es_param_list_info, &paramlistinfo_space); in ExecInitParallelPlan()
/dports/databases/postgresql11-contrib/postgresql-11.14/src/backend/executor/
H A DexecParallel.c575 char *paramlistinfo_space; in ExecInitParallelPlan() local
722 paramlistinfo_space = shm_toc_allocate(pcxt->toc, paramlistinfo_len); in ExecInitParallelPlan()
723 shm_toc_insert(pcxt->toc, PARALLEL_KEY_PARAMLISTINFO, paramlistinfo_space); in ExecInitParallelPlan()
724 SerializeParamList(estate->es_param_list_info, &paramlistinfo_space); in ExecInitParallelPlan()
/dports/databases/postgresql11-plpython/postgresql-11.14/src/backend/executor/
H A DexecParallel.c575 char *paramlistinfo_space; in ExecInitParallelPlan() local
722 paramlistinfo_space = shm_toc_allocate(pcxt->toc, paramlistinfo_len); in ExecInitParallelPlan()
723 shm_toc_insert(pcxt->toc, PARALLEL_KEY_PARAMLISTINFO, paramlistinfo_space); in ExecInitParallelPlan()
724 SerializeParamList(estate->es_param_list_info, &paramlistinfo_space); in ExecInitParallelPlan()
/dports/databases/postgresql11-docs/postgresql-11.14/src/backend/executor/
H A DexecParallel.c575 char *paramlistinfo_space; in ExecInitParallelPlan() local
722 paramlistinfo_space = shm_toc_allocate(pcxt->toc, paramlistinfo_len); in ExecInitParallelPlan()
723 shm_toc_insert(pcxt->toc, PARALLEL_KEY_PARAMLISTINFO, paramlistinfo_space); in ExecInitParallelPlan()
724 SerializeParamList(estate->es_param_list_info, &paramlistinfo_space); in ExecInitParallelPlan()
/dports/databases/postgresql11-server/postgresql-11.14/src/backend/executor/
H A DexecParallel.c575 char *paramlistinfo_space; in ExecInitParallelPlan() local
722 paramlistinfo_space = shm_toc_allocate(pcxt->toc, paramlistinfo_len); in ExecInitParallelPlan()
723 shm_toc_insert(pcxt->toc, PARALLEL_KEY_PARAMLISTINFO, paramlistinfo_space); in ExecInitParallelPlan()
724 SerializeParamList(estate->es_param_list_info, &paramlistinfo_space); in ExecInitParallelPlan()
/dports/databases/postgresql12-contrib/postgresql-12.9/src/backend/executor/
H A DexecParallel.c572 char *paramlistinfo_space; in ExecInitParallelPlan() local
719 paramlistinfo_space = shm_toc_allocate(pcxt->toc, paramlistinfo_len); in ExecInitParallelPlan()
720 shm_toc_insert(pcxt->toc, PARALLEL_KEY_PARAMLISTINFO, paramlistinfo_space); in ExecInitParallelPlan()
721 SerializeParamList(estate->es_param_list_info, &paramlistinfo_space); in ExecInitParallelPlan()
/dports/databases/postgresql12-client/postgresql-12.9/src/backend/executor/
H A DexecParallel.c572 char *paramlistinfo_space; in ExecInitParallelPlan() local
719 paramlistinfo_space = shm_toc_allocate(pcxt->toc, paramlistinfo_len); in ExecInitParallelPlan()
720 shm_toc_insert(pcxt->toc, PARALLEL_KEY_PARAMLISTINFO, paramlistinfo_space); in ExecInitParallelPlan()
721 SerializeParamList(estate->es_param_list_info, &paramlistinfo_space); in ExecInitParallelPlan()
/dports/databases/postgresql11-pltcl/postgresql-11.14/src/backend/executor/
H A DexecParallel.c575 char *paramlistinfo_space; in ExecInitParallelPlan() local
722 paramlistinfo_space = shm_toc_allocate(pcxt->toc, paramlistinfo_len); in ExecInitParallelPlan()
723 shm_toc_insert(pcxt->toc, PARALLEL_KEY_PARAMLISTINFO, paramlistinfo_space); in ExecInitParallelPlan()
724 SerializeParamList(estate->es_param_list_info, &paramlistinfo_space); in ExecInitParallelPlan()
/dports/databases/postgresql13-docs/postgresql-13.5/src/backend/executor/
H A DexecParallel.c591 char *paramlistinfo_space; in ExecInitParallelPlan() local
746 paramlistinfo_space = shm_toc_allocate(pcxt->toc, paramlistinfo_len); in ExecInitParallelPlan()
747 shm_toc_insert(pcxt->toc, PARALLEL_KEY_PARAMLISTINFO, paramlistinfo_space); in ExecInitParallelPlan()
748 SerializeParamList(estate->es_param_list_info, &paramlistinfo_space); in ExecInitParallelPlan()
/dports/databases/postgresql13-pltcl/postgresql-13.5/src/backend/executor/
H A DexecParallel.c591 char *paramlistinfo_space; in ExecInitParallelPlan() local
746 paramlistinfo_space = shm_toc_allocate(pcxt->toc, paramlistinfo_len); in ExecInitParallelPlan()
747 shm_toc_insert(pcxt->toc, PARALLEL_KEY_PARAMLISTINFO, paramlistinfo_space); in ExecInitParallelPlan()
748 SerializeParamList(estate->es_param_list_info, &paramlistinfo_space); in ExecInitParallelPlan()
/dports/databases/postgresql13-server/postgresql-13.5/src/backend/executor/
H A DexecParallel.c591 char *paramlistinfo_space; in ExecInitParallelPlan() local
746 paramlistinfo_space = shm_toc_allocate(pcxt->toc, paramlistinfo_len); in ExecInitParallelPlan()
747 shm_toc_insert(pcxt->toc, PARALLEL_KEY_PARAMLISTINFO, paramlistinfo_space); in ExecInitParallelPlan()
748 SerializeParamList(estate->es_param_list_info, &paramlistinfo_space); in ExecInitParallelPlan()
/dports/databases/postgresql12-server/postgresql-12.9/src/backend/executor/
H A DexecParallel.c572 char *paramlistinfo_space; in ExecInitParallelPlan() local
719 paramlistinfo_space = shm_toc_allocate(pcxt->toc, paramlistinfo_len); in ExecInitParallelPlan()
720 shm_toc_insert(pcxt->toc, PARALLEL_KEY_PARAMLISTINFO, paramlistinfo_space); in ExecInitParallelPlan()
721 SerializeParamList(estate->es_param_list_info, &paramlistinfo_space); in ExecInitParallelPlan()
/dports/databases/postgresql12-plperl/postgresql-12.9/src/backend/executor/
H A DexecParallel.c572 char *paramlistinfo_space; in ExecInitParallelPlan() local
719 paramlistinfo_space = shm_toc_allocate(pcxt->toc, paramlistinfo_len); in ExecInitParallelPlan()
720 shm_toc_insert(pcxt->toc, PARALLEL_KEY_PARAMLISTINFO, paramlistinfo_space); in ExecInitParallelPlan()
721 SerializeParamList(estate->es_param_list_info, &paramlistinfo_space); in ExecInitParallelPlan()
/dports/databases/postgresql13-client/postgresql-13.5/src/backend/executor/
H A DexecParallel.c591 char *paramlistinfo_space; in ExecInitParallelPlan() local
746 paramlistinfo_space = shm_toc_allocate(pcxt->toc, paramlistinfo_len); in ExecInitParallelPlan()
747 shm_toc_insert(pcxt->toc, PARALLEL_KEY_PARAMLISTINFO, paramlistinfo_space); in ExecInitParallelPlan()
748 SerializeParamList(estate->es_param_list_info, &paramlistinfo_space); in ExecInitParallelPlan()
/dports/databases/postgresql12-pltcl/postgresql-12.9/src/backend/executor/
H A DexecParallel.c572 char *paramlistinfo_space; in ExecInitParallelPlan() local
719 paramlistinfo_space = shm_toc_allocate(pcxt->toc, paramlistinfo_len); in ExecInitParallelPlan()
720 shm_toc_insert(pcxt->toc, PARALLEL_KEY_PARAMLISTINFO, paramlistinfo_space); in ExecInitParallelPlan()
721 SerializeParamList(estate->es_param_list_info, &paramlistinfo_space); in ExecInitParallelPlan()
/dports/databases/postgresql13-contrib/postgresql-13.5/src/backend/executor/
H A DexecParallel.c591 char *paramlistinfo_space;
746 paramlistinfo_space = shm_toc_allocate(pcxt->toc, paramlistinfo_len);
747 shm_toc_insert(pcxt->toc, PARALLEL_KEY_PARAMLISTINFO, paramlistinfo_space);
748 SerializeParamList(estate->es_param_list_info, &paramlistinfo_space);
/dports/databases/postgresql12-plpython/postgresql-12.9/src/backend/executor/
H A DexecParallel.c572 char *paramlistinfo_space; in ExecInitParallelPlan() local
719 paramlistinfo_space = shm_toc_allocate(pcxt->toc, paramlistinfo_len); in ExecInitParallelPlan()
720 shm_toc_insert(pcxt->toc, PARALLEL_KEY_PARAMLISTINFO, paramlistinfo_space); in ExecInitParallelPlan()
721 SerializeParamList(estate->es_param_list_info, &paramlistinfo_space); in ExecInitParallelPlan()
/dports/databases/postgresql12-docs/postgresql-12.9/src/backend/executor/
H A DexecParallel.c572 char *paramlistinfo_space; in ExecInitParallelPlan() local
719 paramlistinfo_space = shm_toc_allocate(pcxt->toc, paramlistinfo_len); in ExecInitParallelPlan()
720 shm_toc_insert(pcxt->toc, PARALLEL_KEY_PARAMLISTINFO, paramlistinfo_space); in ExecInitParallelPlan()
721 SerializeParamList(estate->es_param_list_info, &paramlistinfo_space); in ExecInitParallelPlan()
/dports/databases/postgresql13-plpython/postgresql-13.5/src/backend/executor/
H A DexecParallel.c591 char *paramlistinfo_space; in ExecInitParallelPlan() local
746 paramlistinfo_space = shm_toc_allocate(pcxt->toc, paramlistinfo_len); in ExecInitParallelPlan()
747 shm_toc_insert(pcxt->toc, PARALLEL_KEY_PARAMLISTINFO, paramlistinfo_space); in ExecInitParallelPlan()
748 SerializeParamList(estate->es_param_list_info, &paramlistinfo_space); in ExecInitParallelPlan()
/dports/databases/postgresql13-plperl/postgresql-13.5/src/backend/executor/
H A DexecParallel.c591 char *paramlistinfo_space; in ExecInitParallelPlan() local
746 paramlistinfo_space = shm_toc_allocate(pcxt->toc, paramlistinfo_len); in ExecInitParallelPlan()
747 shm_toc_insert(pcxt->toc, PARALLEL_KEY_PARAMLISTINFO, paramlistinfo_space); in ExecInitParallelPlan()
748 SerializeParamList(estate->es_param_list_info, &paramlistinfo_space); in ExecInitParallelPlan()
/dports/databases/postgresql14-pltcl/postgresql-14.1/src/backend/executor/
H A DexecParallel.c599 char *paramlistinfo_space; in ExecInitParallelPlan() local
754 paramlistinfo_space = shm_toc_allocate(pcxt->toc, paramlistinfo_len); in ExecInitParallelPlan()
755 shm_toc_insert(pcxt->toc, PARALLEL_KEY_PARAMLISTINFO, paramlistinfo_space); in ExecInitParallelPlan()
756 SerializeParamList(estate->es_param_list_info, &paramlistinfo_space); in ExecInitParallelPlan()
/dports/databases/postgresql14-server/postgresql-14.1/src/backend/executor/
H A DexecParallel.c599 char *paramlistinfo_space; in ExecInitParallelPlan() local
754 paramlistinfo_space = shm_toc_allocate(pcxt->toc, paramlistinfo_len); in ExecInitParallelPlan()
755 shm_toc_insert(pcxt->toc, PARALLEL_KEY_PARAMLISTINFO, paramlistinfo_space); in ExecInitParallelPlan()
756 SerializeParamList(estate->es_param_list_info, &paramlistinfo_space); in ExecInitParallelPlan()
/dports/databases/postgresql14-contrib/postgresql-14.1/src/backend/executor/
H A DexecParallel.c599 char *paramlistinfo_space; in ExecInitParallelPlan() local
754 paramlistinfo_space = shm_toc_allocate(pcxt->toc, paramlistinfo_len); in ExecInitParallelPlan()
755 shm_toc_insert(pcxt->toc, PARALLEL_KEY_PARAMLISTINFO, paramlistinfo_space); in ExecInitParallelPlan()
756 SerializeParamList(estate->es_param_list_info, &paramlistinfo_space); in ExecInitParallelPlan()
/dports/databases/postgresql14-plpython/postgresql-14.1/src/backend/executor/
H A DexecParallel.c599 char *paramlistinfo_space; in ExecInitParallelPlan() local
754 paramlistinfo_space = shm_toc_allocate(pcxt->toc, paramlistinfo_len); in ExecInitParallelPlan()
755 shm_toc_insert(pcxt->toc, PARALLEL_KEY_PARAMLISTINFO, paramlistinfo_space); in ExecInitParallelPlan()
756 SerializeParamList(estate->es_param_list_info, &paramlistinfo_space); in ExecInitParallelPlan()

12