Home
last modified time | relevance | path

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

12

/dports/databases/postgresql96-server/postgresql-9.6.24/src/backend/executor/
H A DexecParallel.c605 char *pstmtspace; in ExecParallelGetQueryDesc() local
611 pstmtspace = shm_toc_lookup(toc, PARALLEL_KEY_PLANNEDSTMT); in ExecParallelGetQueryDesc()
612 pstmt = (PlannedStmt *) stringToNode(pstmtspace); in ExecParallelGetQueryDesc()
/dports/databases/postgresql96-plpython/postgresql-9.6.24/src/backend/executor/
H A DexecParallel.c605 char *pstmtspace; in ExecParallelGetQueryDesc() local
611 pstmtspace = shm_toc_lookup(toc, PARALLEL_KEY_PLANNEDSTMT); in ExecParallelGetQueryDesc()
612 pstmt = (PlannedStmt *) stringToNode(pstmtspace); in ExecParallelGetQueryDesc()
/dports/databases/postgresql96-pltcl/postgresql-9.6.24/src/backend/executor/
H A DexecParallel.c605 char *pstmtspace; in ExecParallelGetQueryDesc() local
611 pstmtspace = shm_toc_lookup(toc, PARALLEL_KEY_PLANNEDSTMT); in ExecParallelGetQueryDesc()
612 pstmt = (PlannedStmt *) stringToNode(pstmtspace); in ExecParallelGetQueryDesc()
/dports/databases/postgresql96-client/postgresql-9.6.24/src/backend/executor/
H A DexecParallel.c605 char *pstmtspace; in ExecParallelGetQueryDesc() local
611 pstmtspace = shm_toc_lookup(toc, PARALLEL_KEY_PLANNEDSTMT); in ExecParallelGetQueryDesc()
612 pstmt = (PlannedStmt *) stringToNode(pstmtspace); in ExecParallelGetQueryDesc()
/dports/databases/postgresql96-plperl/postgresql-9.6.24/src/backend/executor/
H A DexecParallel.c605 char *pstmtspace; in ExecParallelGetQueryDesc() local
611 pstmtspace = shm_toc_lookup(toc, PARALLEL_KEY_PLANNEDSTMT); in ExecParallelGetQueryDesc()
612 pstmt = (PlannedStmt *) stringToNode(pstmtspace); in ExecParallelGetQueryDesc()
/dports/databases/postgresql96-contrib/postgresql-9.6.24/src/backend/executor/
H A DexecParallel.c605 char *pstmtspace; in ExecParallelGetQueryDesc() local
611 pstmtspace = shm_toc_lookup(toc, PARALLEL_KEY_PLANNEDSTMT); in ExecParallelGetQueryDesc()
612 pstmt = (PlannedStmt *) stringToNode(pstmtspace); in ExecParallelGetQueryDesc()
/dports/databases/postgresql96-docs/postgresql-9.6.24/src/backend/executor/
H A DexecParallel.c605 char *pstmtspace; in ExecParallelGetQueryDesc() local
611 pstmtspace = shm_toc_lookup(toc, PARALLEL_KEY_PLANNEDSTMT); in ExecParallelGetQueryDesc()
612 pstmt = (PlannedStmt *) stringToNode(pstmtspace); in ExecParallelGetQueryDesc()
/dports/databases/postgresql10-plperl/postgresql-10.19/src/backend/executor/
H A DexecParallel.c826 char *pstmtspace; in ExecParallelGetQueryDesc() local
836 pstmtspace = shm_toc_lookup(toc, PARALLEL_KEY_PLANNEDSTMT, false); in ExecParallelGetQueryDesc()
837 pstmt = (PlannedStmt *) stringToNode(pstmtspace); in ExecParallelGetQueryDesc()
/dports/databases/postgresql10-pltcl/postgresql-10.19/src/backend/executor/
H A DexecParallel.c826 char *pstmtspace; in ExecParallelGetQueryDesc() local
836 pstmtspace = shm_toc_lookup(toc, PARALLEL_KEY_PLANNEDSTMT, false); in ExecParallelGetQueryDesc()
837 pstmt = (PlannedStmt *) stringToNode(pstmtspace); in ExecParallelGetQueryDesc()
/dports/databases/postgresql10-client/postgresql-10.19/src/backend/executor/
H A DexecParallel.c826 char *pstmtspace; in ExecParallelGetQueryDesc() local
836 pstmtspace = shm_toc_lookup(toc, PARALLEL_KEY_PLANNEDSTMT, false); in ExecParallelGetQueryDesc()
837 pstmt = (PlannedStmt *) stringToNode(pstmtspace); in ExecParallelGetQueryDesc()
/dports/databases/postgresql10-contrib/postgresql-10.19/src/backend/executor/
H A DexecParallel.c826 char *pstmtspace; in ExecParallelGetQueryDesc() local
836 pstmtspace = shm_toc_lookup(toc, PARALLEL_KEY_PLANNEDSTMT, false); in ExecParallelGetQueryDesc()
837 pstmt = (PlannedStmt *) stringToNode(pstmtspace); in ExecParallelGetQueryDesc()
/dports/databases/postgresql10-docs/postgresql-10.19/src/backend/executor/
H A DexecParallel.c826 char *pstmtspace; in ExecParallelGetQueryDesc() local
836 pstmtspace = shm_toc_lookup(toc, PARALLEL_KEY_PLANNEDSTMT, false); in ExecParallelGetQueryDesc()
837 pstmt = (PlannedStmt *) stringToNode(pstmtspace); in ExecParallelGetQueryDesc()
/dports/databases/postgresql10-plpython/postgresql-10.19/src/backend/executor/
H A DexecParallel.c826 char *pstmtspace; in ExecParallelGetQueryDesc() local
836 pstmtspace = shm_toc_lookup(toc, PARALLEL_KEY_PLANNEDSTMT, false); in ExecParallelGetQueryDesc()
837 pstmt = (PlannedStmt *) stringToNode(pstmtspace); in ExecParallelGetQueryDesc()
/dports/databases/postgresql10-server/postgresql-10.19/src/backend/executor/
H A DexecParallel.c826 char *pstmtspace; in ExecParallelGetQueryDesc() local
836 pstmtspace = shm_toc_lookup(toc, PARALLEL_KEY_PLANNEDSTMT, false); in ExecParallelGetQueryDesc()
837 pstmt = (PlannedStmt *) stringToNode(pstmtspace); in ExecParallelGetQueryDesc()
/dports/databases/postgresql11-client/postgresql-11.14/src/backend/executor/
H A DexecParallel.c1184 char *pstmtspace; in ExecParallelGetQueryDesc() local
1194 pstmtspace = shm_toc_lookup(toc, PARALLEL_KEY_PLANNEDSTMT, false); in ExecParallelGetQueryDesc()
1195 pstmt = (PlannedStmt *) stringToNode(pstmtspace); in ExecParallelGetQueryDesc()
/dports/databases/postgresql11-plperl/postgresql-11.14/src/backend/executor/
H A DexecParallel.c1184 char *pstmtspace; in ExecParallelGetQueryDesc() local
1194 pstmtspace = shm_toc_lookup(toc, PARALLEL_KEY_PLANNEDSTMT, false); in ExecParallelGetQueryDesc()
1195 pstmt = (PlannedStmt *) stringToNode(pstmtspace); in ExecParallelGetQueryDesc()
/dports/databases/postgresql11-contrib/postgresql-11.14/src/backend/executor/
H A DexecParallel.c1184 char *pstmtspace; in ExecParallelGetQueryDesc() local
1194 pstmtspace = shm_toc_lookup(toc, PARALLEL_KEY_PLANNEDSTMT, false); in ExecParallelGetQueryDesc()
1195 pstmt = (PlannedStmt *) stringToNode(pstmtspace); in ExecParallelGetQueryDesc()
/dports/databases/postgresql11-plpython/postgresql-11.14/src/backend/executor/
H A DexecParallel.c1184 char *pstmtspace; in ExecParallelGetQueryDesc() local
1194 pstmtspace = shm_toc_lookup(toc, PARALLEL_KEY_PLANNEDSTMT, false); in ExecParallelGetQueryDesc()
1195 pstmt = (PlannedStmt *) stringToNode(pstmtspace); in ExecParallelGetQueryDesc()
/dports/databases/postgresql11-docs/postgresql-11.14/src/backend/executor/
H A DexecParallel.c1184 char *pstmtspace; in ExecParallelGetQueryDesc() local
1194 pstmtspace = shm_toc_lookup(toc, PARALLEL_KEY_PLANNEDSTMT, false); in ExecParallelGetQueryDesc()
1195 pstmt = (PlannedStmt *) stringToNode(pstmtspace); in ExecParallelGetQueryDesc()
/dports/databases/postgresql11-server/postgresql-11.14/src/backend/executor/
H A DexecParallel.c1184 char *pstmtspace; in ExecParallelGetQueryDesc() local
1194 pstmtspace = shm_toc_lookup(toc, PARALLEL_KEY_PLANNEDSTMT, false); in ExecParallelGetQueryDesc()
1195 pstmt = (PlannedStmt *) stringToNode(pstmtspace); in ExecParallelGetQueryDesc()
/dports/databases/postgresql12-contrib/postgresql-12.9/src/backend/executor/
H A DexecParallel.c1181 char *pstmtspace; in ExecParallelGetQueryDesc() local
1191 pstmtspace = shm_toc_lookup(toc, PARALLEL_KEY_PLANNEDSTMT, false); in ExecParallelGetQueryDesc()
1192 pstmt = (PlannedStmt *) stringToNode(pstmtspace); in ExecParallelGetQueryDesc()
/dports/databases/postgresql12-client/postgresql-12.9/src/backend/executor/
H A DexecParallel.c1181 char *pstmtspace; in ExecParallelGetQueryDesc() local
1191 pstmtspace = shm_toc_lookup(toc, PARALLEL_KEY_PLANNEDSTMT, false); in ExecParallelGetQueryDesc()
1192 pstmt = (PlannedStmt *) stringToNode(pstmtspace); in ExecParallelGetQueryDesc()
/dports/databases/postgresql11-pltcl/postgresql-11.14/src/backend/executor/
H A DexecParallel.c1184 char *pstmtspace; in ExecParallelGetQueryDesc() local
1194 pstmtspace = shm_toc_lookup(toc, PARALLEL_KEY_PLANNEDSTMT, false); in ExecParallelGetQueryDesc()
1195 pstmt = (PlannedStmt *) stringToNode(pstmtspace); in ExecParallelGetQueryDesc()
/dports/databases/postgresql13-docs/postgresql-13.5/src/backend/executor/
H A DexecParallel.c1221 char *pstmtspace; in ExecParallelGetQueryDesc() local
1231 pstmtspace = shm_toc_lookup(toc, PARALLEL_KEY_PLANNEDSTMT, false); in ExecParallelGetQueryDesc()
1232 pstmt = (PlannedStmt *) stringToNode(pstmtspace); in ExecParallelGetQueryDesc()
/dports/databases/postgresql13-pltcl/postgresql-13.5/src/backend/executor/
H A DexecParallel.c1221 char *pstmtspace; in ExecParallelGetQueryDesc() local
1231 pstmtspace = shm_toc_lookup(toc, PARALLEL_KEY_PLANNEDSTMT, false); in ExecParallelGetQueryDesc()
1232 pstmt = (PlannedStmt *) stringToNode(pstmtspace); in ExecParallelGetQueryDesc()

12