Home
last modified time | relevance | path

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

12

/dports/databases/postgresql96-server/postgresql-9.6.24/src/backend/executor/
H A DexecParallel.c606 char *paramspace; in ExecParallelGetQueryDesc() local
615 paramspace = shm_toc_lookup(toc, PARALLEL_KEY_PARAMS); in ExecParallelGetQueryDesc()
616 paramLI = RestoreParamList(&paramspace); in ExecParallelGetQueryDesc()
/dports/databases/postgresql96-plpython/postgresql-9.6.24/src/backend/executor/
H A DexecParallel.c606 char *paramspace; in ExecParallelGetQueryDesc() local
615 paramspace = shm_toc_lookup(toc, PARALLEL_KEY_PARAMS); in ExecParallelGetQueryDesc()
616 paramLI = RestoreParamList(&paramspace); in ExecParallelGetQueryDesc()
/dports/databases/postgresql96-pltcl/postgresql-9.6.24/src/backend/executor/
H A DexecParallel.c606 char *paramspace; in ExecParallelGetQueryDesc() local
615 paramspace = shm_toc_lookup(toc, PARALLEL_KEY_PARAMS); in ExecParallelGetQueryDesc()
616 paramLI = RestoreParamList(&paramspace); in ExecParallelGetQueryDesc()
/dports/databases/postgresql96-client/postgresql-9.6.24/src/backend/executor/
H A DexecParallel.c606 char *paramspace; in ExecParallelGetQueryDesc() local
615 paramspace = shm_toc_lookup(toc, PARALLEL_KEY_PARAMS); in ExecParallelGetQueryDesc()
616 paramLI = RestoreParamList(&paramspace); in ExecParallelGetQueryDesc()
/dports/databases/postgresql96-plperl/postgresql-9.6.24/src/backend/executor/
H A DexecParallel.c606 char *paramspace; in ExecParallelGetQueryDesc() local
615 paramspace = shm_toc_lookup(toc, PARALLEL_KEY_PARAMS); in ExecParallelGetQueryDesc()
616 paramLI = RestoreParamList(&paramspace); in ExecParallelGetQueryDesc()
/dports/databases/postgresql96-contrib/postgresql-9.6.24/src/backend/executor/
H A DexecParallel.c606 char *paramspace; in ExecParallelGetQueryDesc() local
615 paramspace = shm_toc_lookup(toc, PARALLEL_KEY_PARAMS); in ExecParallelGetQueryDesc()
616 paramLI = RestoreParamList(&paramspace); in ExecParallelGetQueryDesc()
/dports/databases/postgresql96-docs/postgresql-9.6.24/src/backend/executor/
H A DexecParallel.c606 char *paramspace; in ExecParallelGetQueryDesc() local
615 paramspace = shm_toc_lookup(toc, PARALLEL_KEY_PARAMS); in ExecParallelGetQueryDesc()
616 paramLI = RestoreParamList(&paramspace); in ExecParallelGetQueryDesc()
/dports/databases/postgresql10-plperl/postgresql-10.19/src/backend/executor/
H A DexecParallel.c827 char *paramspace; in ExecParallelGetQueryDesc() local
840 paramspace = shm_toc_lookup(toc, PARALLEL_KEY_PARAMS, false); in ExecParallelGetQueryDesc()
841 paramLI = RestoreParamList(&paramspace); in ExecParallelGetQueryDesc()
/dports/databases/postgresql10-pltcl/postgresql-10.19/src/backend/executor/
H A DexecParallel.c827 char *paramspace; in ExecParallelGetQueryDesc() local
840 paramspace = shm_toc_lookup(toc, PARALLEL_KEY_PARAMS, false); in ExecParallelGetQueryDesc()
841 paramLI = RestoreParamList(&paramspace); in ExecParallelGetQueryDesc()
/dports/databases/postgresql10-client/postgresql-10.19/src/backend/executor/
H A DexecParallel.c827 char *paramspace; in ExecParallelGetQueryDesc() local
840 paramspace = shm_toc_lookup(toc, PARALLEL_KEY_PARAMS, false); in ExecParallelGetQueryDesc()
841 paramLI = RestoreParamList(&paramspace); in ExecParallelGetQueryDesc()
/dports/databases/postgresql10-contrib/postgresql-10.19/src/backend/executor/
H A DexecParallel.c827 char *paramspace; in ExecParallelGetQueryDesc() local
840 paramspace = shm_toc_lookup(toc, PARALLEL_KEY_PARAMS, false); in ExecParallelGetQueryDesc()
841 paramLI = RestoreParamList(&paramspace); in ExecParallelGetQueryDesc()
/dports/databases/postgresql10-docs/postgresql-10.19/src/backend/executor/
H A DexecParallel.c827 char *paramspace; in ExecParallelGetQueryDesc() local
840 paramspace = shm_toc_lookup(toc, PARALLEL_KEY_PARAMS, false); in ExecParallelGetQueryDesc()
841 paramLI = RestoreParamList(&paramspace); in ExecParallelGetQueryDesc()
/dports/databases/postgresql10-plpython/postgresql-10.19/src/backend/executor/
H A DexecParallel.c827 char *paramspace; in ExecParallelGetQueryDesc() local
840 paramspace = shm_toc_lookup(toc, PARALLEL_KEY_PARAMS, false); in ExecParallelGetQueryDesc()
841 paramLI = RestoreParamList(&paramspace); in ExecParallelGetQueryDesc()
/dports/databases/postgresql10-server/postgresql-10.19/src/backend/executor/
H A DexecParallel.c827 char *paramspace; in ExecParallelGetQueryDesc() local
840 paramspace = shm_toc_lookup(toc, PARALLEL_KEY_PARAMS, false); in ExecParallelGetQueryDesc()
841 paramLI = RestoreParamList(&paramspace); in ExecParallelGetQueryDesc()
/dports/databases/postgresql11-client/postgresql-11.14/src/backend/executor/
H A DexecParallel.c1185 char *paramspace; in ExecParallelGetQueryDesc() local
1198 paramspace = shm_toc_lookup(toc, PARALLEL_KEY_PARAMLISTINFO, false); in ExecParallelGetQueryDesc()
1199 paramLI = RestoreParamList(&paramspace); in ExecParallelGetQueryDesc()
/dports/databases/postgresql11-plperl/postgresql-11.14/src/backend/executor/
H A DexecParallel.c1185 char *paramspace; in ExecParallelGetQueryDesc() local
1198 paramspace = shm_toc_lookup(toc, PARALLEL_KEY_PARAMLISTINFO, false); in ExecParallelGetQueryDesc()
1199 paramLI = RestoreParamList(&paramspace); in ExecParallelGetQueryDesc()
/dports/databases/postgresql11-contrib/postgresql-11.14/src/backend/executor/
H A DexecParallel.c1185 char *paramspace; in ExecParallelGetQueryDesc() local
1198 paramspace = shm_toc_lookup(toc, PARALLEL_KEY_PARAMLISTINFO, false); in ExecParallelGetQueryDesc()
1199 paramLI = RestoreParamList(&paramspace); in ExecParallelGetQueryDesc()
/dports/databases/postgresql11-plpython/postgresql-11.14/src/backend/executor/
H A DexecParallel.c1185 char *paramspace; in ExecParallelGetQueryDesc() local
1198 paramspace = shm_toc_lookup(toc, PARALLEL_KEY_PARAMLISTINFO, false); in ExecParallelGetQueryDesc()
1199 paramLI = RestoreParamList(&paramspace); in ExecParallelGetQueryDesc()
/dports/databases/postgresql11-docs/postgresql-11.14/src/backend/executor/
H A DexecParallel.c1185 char *paramspace; in ExecParallelGetQueryDesc() local
1198 paramspace = shm_toc_lookup(toc, PARALLEL_KEY_PARAMLISTINFO, false); in ExecParallelGetQueryDesc()
1199 paramLI = RestoreParamList(&paramspace); in ExecParallelGetQueryDesc()
/dports/databases/postgresql11-server/postgresql-11.14/src/backend/executor/
H A DexecParallel.c1185 char *paramspace; in ExecParallelGetQueryDesc() local
1198 paramspace = shm_toc_lookup(toc, PARALLEL_KEY_PARAMLISTINFO, false); in ExecParallelGetQueryDesc()
1199 paramLI = RestoreParamList(&paramspace); in ExecParallelGetQueryDesc()
/dports/databases/postgresql12-contrib/postgresql-12.9/src/backend/executor/
H A DexecParallel.c1182 char *paramspace; in ExecParallelGetQueryDesc() local
1195 paramspace = shm_toc_lookup(toc, PARALLEL_KEY_PARAMLISTINFO, false); in ExecParallelGetQueryDesc()
1196 paramLI = RestoreParamList(&paramspace); in ExecParallelGetQueryDesc()
/dports/databases/postgresql12-client/postgresql-12.9/src/backend/executor/
H A DexecParallel.c1182 char *paramspace; in ExecParallelGetQueryDesc() local
1195 paramspace = shm_toc_lookup(toc, PARALLEL_KEY_PARAMLISTINFO, false); in ExecParallelGetQueryDesc()
1196 paramLI = RestoreParamList(&paramspace); in ExecParallelGetQueryDesc()
/dports/databases/postgresql11-pltcl/postgresql-11.14/src/backend/executor/
H A DexecParallel.c1185 char *paramspace; in ExecParallelGetQueryDesc() local
1198 paramspace = shm_toc_lookup(toc, PARALLEL_KEY_PARAMLISTINFO, false); in ExecParallelGetQueryDesc()
1199 paramLI = RestoreParamList(&paramspace); in ExecParallelGetQueryDesc()
/dports/databases/postgresql13-docs/postgresql-13.5/src/backend/executor/
H A DexecParallel.c1222 char *paramspace; in ExecParallelGetQueryDesc() local
1235 paramspace = shm_toc_lookup(toc, PARALLEL_KEY_PARAMLISTINFO, false); in ExecParallelGetQueryDesc()
1236 paramLI = RestoreParamList(&paramspace); in ExecParallelGetQueryDesc()
/dports/databases/postgresql13-pltcl/postgresql-13.5/src/backend/executor/
H A DexecParallel.c1222 char *paramspace; in ExecParallelGetQueryDesc() local
1235 paramspace = shm_toc_lookup(toc, PARALLEL_KEY_PARAMLISTINFO, false); in ExecParallelGetQueryDesc()
1236 paramLI = RestoreParamList(&paramspace); in ExecParallelGetQueryDesc()

12