Home
last modified time | relevance | path

Searched refs:list_nth (Results 1 – 25 of 1723) sorted by relevance

12345678910>>...69

/dports/databases/timescaledb/timescaledb-2.5.1/tsl/src/fdw/
H A Dscan_exec.c237 intVal(list_nth(fdw_private, FdwScanPrivateServerId)), in fdw_scan_init()
242 fsstate->query = strVal(list_nth(fdw_private, FdwScanPrivateSelectSql)); in fdw_scan_init()
243 fsstate->retrieved_attrs = (List *) list_nth(fdw_private, FdwScanPrivateRetrievedAttrs); in fdw_scan_init()
244 fsstate->fetch_size = intVal(list_nth(fdw_private, FdwScanPrivateFetchSize)); in fdw_scan_init()
401 relations = strVal(list_nth(fdw_private, FdwScanPrivateRelations)); in fdw_scan_explain()
410 Oid server_id = intVal(list_nth(fdw_private, FdwScanPrivateServerId)); in fdw_scan_explain()
412 List *chunk_oids = (List *) list_nth(fdw_private, FdwScanPrivateChunkOids); in fdw_scan_explain()
436 sql = strVal(list_nth(fdw_private, FdwScanPrivateSelectSql)); in fdw_scan_explain()
H A Dmodify_exec.c256 query = strVal(list_nth(fdw_private, FdwModifyPrivateUpdateSql)); in fdw_begin_foreign_modify()
257 target_attrs = (List *) list_nth(fdw_private, FdwModifyPrivateTargetAttnums); in fdw_begin_foreign_modify()
258 has_returning = intVal(list_nth(fdw_private, FdwModifyPrivateHasReturning)); in fdw_begin_foreign_modify()
259 retrieved_attrs = (List *) list_nth(fdw_private, FdwModifyPrivateRetrievedAttrs); in fdw_begin_foreign_modify()
268 List *data_nodes = (List *) list_nth(fdw_private, FdwModifyPrivateDataNodes); in fdw_begin_foreign_modify()
277 cis = (ChunkInsertState *) list_nth(fdw_private, FdwModifyPrivateChunkInsertState); in fdw_begin_foreign_modify()
584 const char *sql = strVal(list_nth(fdw_private, FdwModifyPrivateUpdateSql)); in fdw_explain_modify()
H A Ddata_node_scan_exec.c45 List *fdw_private = list_nth(cscan->custom_private, 0); in data_node_scan_begin()
126 List *fdw_private = list_nth(scan->custom_private, 0); in data_node_scan_explain()
172 dnss->systemcol = linitial_int(list_nth(cscan->custom_private, 1)); in data_node_scan_state_create()
/dports/databases/postgresql14-pltcl/postgresql-14.1/src/backend/rewrite/
H A DrewriteSearchCycle.c133 char *colname2 = strVal(list_nth(cte->ctecolnames, i)); in make_path_rowexpr()
309 tle = makeTargetEntry((Expr *) var, i + 1, strVal(list_nth(cte->ctecolnames, i)), false); in rewriteSearchAndCycle()
310 tle->resorigtbl = castNode(TargetEntry, list_nth(rte1->subquery->targetList, i))->resorigtbl; in rewriteSearchAndCycle()
311 tle->resorigcol = castNode(TargetEntry, list_nth(rte1->subquery->targetList, i))->resorigcol; in rewriteSearchAndCycle()
484 tle = makeTargetEntry((Expr *) var, i + 1, strVal(list_nth(cte->ctecolnames, i)), false); in rewriteSearchAndCycle()
485 tle->resorigtbl = castNode(TargetEntry, list_nth(rte2->subquery->targetList, i))->resorigtbl; in rewriteSearchAndCycle()
486 tle->resorigcol = castNode(TargetEntry, list_nth(rte2->subquery->targetList, i))->resorigcol; in rewriteSearchAndCycle()
/dports/databases/postgresql14-server/postgresql-14.1/src/backend/rewrite/
H A DrewriteSearchCycle.c133 char *colname2 = strVal(list_nth(cte->ctecolnames, i)); in make_path_rowexpr()
309 tle = makeTargetEntry((Expr *) var, i + 1, strVal(list_nth(cte->ctecolnames, i)), false); in rewriteSearchAndCycle()
310 tle->resorigtbl = castNode(TargetEntry, list_nth(rte1->subquery->targetList, i))->resorigtbl; in rewriteSearchAndCycle()
311 tle->resorigcol = castNode(TargetEntry, list_nth(rte1->subquery->targetList, i))->resorigcol; in rewriteSearchAndCycle()
484 tle = makeTargetEntry((Expr *) var, i + 1, strVal(list_nth(cte->ctecolnames, i)), false); in rewriteSearchAndCycle()
485 tle->resorigtbl = castNode(TargetEntry, list_nth(rte2->subquery->targetList, i))->resorigtbl; in rewriteSearchAndCycle()
486 tle->resorigcol = castNode(TargetEntry, list_nth(rte2->subquery->targetList, i))->resorigcol; in rewriteSearchAndCycle()
/dports/databases/postgresql14-contrib/postgresql-14.1/src/backend/rewrite/
H A DrewriteSearchCycle.c133 char *colname2 = strVal(list_nth(cte->ctecolnames, i)); in make_path_rowexpr()
309 tle = makeTargetEntry((Expr *) var, i + 1, strVal(list_nth(cte->ctecolnames, i)), false); in rewriteSearchAndCycle()
310 tle->resorigtbl = castNode(TargetEntry, list_nth(rte1->subquery->targetList, i))->resorigtbl; in rewriteSearchAndCycle()
311 tle->resorigcol = castNode(TargetEntry, list_nth(rte1->subquery->targetList, i))->resorigcol; in rewriteSearchAndCycle()
484 tle = makeTargetEntry((Expr *) var, i + 1, strVal(list_nth(cte->ctecolnames, i)), false); in rewriteSearchAndCycle()
485 tle->resorigtbl = castNode(TargetEntry, list_nth(rte2->subquery->targetList, i))->resorigtbl; in rewriteSearchAndCycle()
486 tle->resorigcol = castNode(TargetEntry, list_nth(rte2->subquery->targetList, i))->resorigcol; in rewriteSearchAndCycle()
/dports/databases/postgresql14-docs/postgresql-14.1/src/backend/rewrite/
H A DrewriteSearchCycle.c133 char *colname2 = strVal(list_nth(cte->ctecolnames, i)); in make_path_rowexpr()
309 tle = makeTargetEntry((Expr *) var, i + 1, strVal(list_nth(cte->ctecolnames, i)), false); in rewriteSearchAndCycle()
310 tle->resorigtbl = castNode(TargetEntry, list_nth(rte1->subquery->targetList, i))->resorigtbl; in rewriteSearchAndCycle()
311 tle->resorigcol = castNode(TargetEntry, list_nth(rte1->subquery->targetList, i))->resorigcol; in rewriteSearchAndCycle()
484 tle = makeTargetEntry((Expr *) var, i + 1, strVal(list_nth(cte->ctecolnames, i)), false); in rewriteSearchAndCycle()
485 tle->resorigtbl = castNode(TargetEntry, list_nth(rte2->subquery->targetList, i))->resorigtbl; in rewriteSearchAndCycle()
486 tle->resorigcol = castNode(TargetEntry, list_nth(rte2->subquery->targetList, i))->resorigcol; in rewriteSearchAndCycle()
/dports/databases/postgresql14-plpython/postgresql-14.1/src/backend/rewrite/
H A DrewriteSearchCycle.c133 char *colname2 = strVal(list_nth(cte->ctecolnames, i)); in make_path_rowexpr()
309 tle = makeTargetEntry((Expr *) var, i + 1, strVal(list_nth(cte->ctecolnames, i)), false); in rewriteSearchAndCycle()
310 tle->resorigtbl = castNode(TargetEntry, list_nth(rte1->subquery->targetList, i))->resorigtbl; in rewriteSearchAndCycle()
311 tle->resorigcol = castNode(TargetEntry, list_nth(rte1->subquery->targetList, i))->resorigcol; in rewriteSearchAndCycle()
484 tle = makeTargetEntry((Expr *) var, i + 1, strVal(list_nth(cte->ctecolnames, i)), false); in rewriteSearchAndCycle()
485 tle->resorigtbl = castNode(TargetEntry, list_nth(rte2->subquery->targetList, i))->resorigtbl; in rewriteSearchAndCycle()
486 tle->resorigcol = castNode(TargetEntry, list_nth(rte2->subquery->targetList, i))->resorigcol; in rewriteSearchAndCycle()
/dports/databases/postgresql14-plperl/postgresql-14.1/src/backend/rewrite/
H A DrewriteSearchCycle.c133 char *colname2 = strVal(list_nth(cte->ctecolnames, i)); in make_path_rowexpr()
309 tle = makeTargetEntry((Expr *) var, i + 1, strVal(list_nth(cte->ctecolnames, i)), false); in rewriteSearchAndCycle()
310 tle->resorigtbl = castNode(TargetEntry, list_nth(rte1->subquery->targetList, i))->resorigtbl; in rewriteSearchAndCycle()
311 tle->resorigcol = castNode(TargetEntry, list_nth(rte1->subquery->targetList, i))->resorigcol; in rewriteSearchAndCycle()
484 tle = makeTargetEntry((Expr *) var, i + 1, strVal(list_nth(cte->ctecolnames, i)), false); in rewriteSearchAndCycle()
485 tle->resorigtbl = castNode(TargetEntry, list_nth(rte2->subquery->targetList, i))->resorigtbl; in rewriteSearchAndCycle()
486 tle->resorigcol = castNode(TargetEntry, list_nth(rte2->subquery->targetList, i))->resorigcol; in rewriteSearchAndCycle()
/dports/databases/postgresql14-client/postgresql-14.1/src/backend/rewrite/
H A DrewriteSearchCycle.c133 char *colname2 = strVal(list_nth(cte->ctecolnames, i)); in make_path_rowexpr()
309 tle = makeTargetEntry((Expr *) var, i + 1, strVal(list_nth(cte->ctecolnames, i)), false); in rewriteSearchAndCycle()
310 tle->resorigtbl = castNode(TargetEntry, list_nth(rte1->subquery->targetList, i))->resorigtbl; in rewriteSearchAndCycle()
311 tle->resorigcol = castNode(TargetEntry, list_nth(rte1->subquery->targetList, i))->resorigcol; in rewriteSearchAndCycle()
484 tle = makeTargetEntry((Expr *) var, i + 1, strVal(list_nth(cte->ctecolnames, i)), false); in rewriteSearchAndCycle()
485 tle->resorigtbl = castNode(TargetEntry, list_nth(rte2->subquery->targetList, i))->resorigtbl; in rewriteSearchAndCycle()
486 tle->resorigcol = castNode(TargetEntry, list_nth(rte2->subquery->targetList, i))->resorigcol; in rewriteSearchAndCycle()
/dports/databases/postgresql96-server/postgresql-9.6.24/contrib/postgres_fdw/
H A Dpostgres_fdw.c1322 fsstate->query = strVal(list_nth(fsplan->fdw_private, in postgresBeginForeignScan()
1326 fsstate->fetch_size = intVal(list_nth(fsplan->fdw_private, in postgresBeginForeignScan()
1703 fmstate->query = strVal(list_nth(fdw_private, in postgresBeginForeignModify()
1705 fmstate->target_attrs = (List *) list_nth(fdw_private, in postgresBeginForeignModify()
1707 fmstate->has_returning = intVal(list_nth(fdw_private, in postgresBeginForeignModify()
1709 fmstate->retrieved_attrs = (List *) list_nth(fdw_private, in postgresBeginForeignModify()
2196 remote_conds = (List *) list_nth(fscan->fdw_private, in postgresPlanDirectModify()
2300 dmstate->query = strVal(list_nth(fsplan->fdw_private, in postgresBeginDirectModify()
2302 dmstate->has_returning = intVal(list_nth(fsplan->fdw_private, in postgresBeginDirectModify()
2446 char *sql = strVal(list_nth(fdw_private, in postgresExplainForeignModify()
[all …]
/dports/databases/postgresql96-pltcl/postgresql-9.6.24/contrib/postgres_fdw/
H A Dpostgres_fdw.c1322 fsstate->query = strVal(list_nth(fsplan->fdw_private, in postgresBeginForeignScan()
1326 fsstate->fetch_size = intVal(list_nth(fsplan->fdw_private, in postgresBeginForeignScan()
1703 fmstate->query = strVal(list_nth(fdw_private, in postgresBeginForeignModify()
1705 fmstate->target_attrs = (List *) list_nth(fdw_private, in postgresBeginForeignModify()
1707 fmstate->has_returning = intVal(list_nth(fdw_private, in postgresBeginForeignModify()
1709 fmstate->retrieved_attrs = (List *) list_nth(fdw_private, in postgresBeginForeignModify()
2196 remote_conds = (List *) list_nth(fscan->fdw_private, in postgresPlanDirectModify()
2300 dmstate->query = strVal(list_nth(fsplan->fdw_private, in postgresBeginDirectModify()
2302 dmstate->has_returning = intVal(list_nth(fsplan->fdw_private, in postgresBeginDirectModify()
2446 char *sql = strVal(list_nth(fdw_private, in postgresExplainForeignModify()
[all …]
/dports/databases/postgresql96-plpython/postgresql-9.6.24/contrib/postgres_fdw/
H A Dpostgres_fdw.c1322 fsstate->query = strVal(list_nth(fsplan->fdw_private, in postgresBeginForeignScan()
1326 fsstate->fetch_size = intVal(list_nth(fsplan->fdw_private, in postgresBeginForeignScan()
1703 fmstate->query = strVal(list_nth(fdw_private, in postgresBeginForeignModify()
1705 fmstate->target_attrs = (List *) list_nth(fdw_private, in postgresBeginForeignModify()
1707 fmstate->has_returning = intVal(list_nth(fdw_private, in postgresBeginForeignModify()
1709 fmstate->retrieved_attrs = (List *) list_nth(fdw_private, in postgresBeginForeignModify()
2196 remote_conds = (List *) list_nth(fscan->fdw_private, in postgresPlanDirectModify()
2300 dmstate->query = strVal(list_nth(fsplan->fdw_private, in postgresBeginDirectModify()
2302 dmstate->has_returning = intVal(list_nth(fsplan->fdw_private, in postgresBeginDirectModify()
2446 char *sql = strVal(list_nth(fdw_private, in postgresExplainForeignModify()
[all …]
/dports/databases/postgresql96-client/postgresql-9.6.24/contrib/postgres_fdw/
H A Dpostgres_fdw.c1322 fsstate->query = strVal(list_nth(fsplan->fdw_private, in postgresBeginForeignScan()
1326 fsstate->fetch_size = intVal(list_nth(fsplan->fdw_private, in postgresBeginForeignScan()
1703 fmstate->query = strVal(list_nth(fdw_private, in postgresBeginForeignModify()
1705 fmstate->target_attrs = (List *) list_nth(fdw_private, in postgresBeginForeignModify()
1707 fmstate->has_returning = intVal(list_nth(fdw_private, in postgresBeginForeignModify()
1709 fmstate->retrieved_attrs = (List *) list_nth(fdw_private, in postgresBeginForeignModify()
2196 remote_conds = (List *) list_nth(fscan->fdw_private, in postgresPlanDirectModify()
2300 dmstate->query = strVal(list_nth(fsplan->fdw_private, in postgresBeginDirectModify()
2302 dmstate->has_returning = intVal(list_nth(fsplan->fdw_private, in postgresBeginDirectModify()
2446 char *sql = strVal(list_nth(fdw_private, in postgresExplainForeignModify()
[all …]
/dports/databases/postgresql96-plperl/postgresql-9.6.24/contrib/postgres_fdw/
H A Dpostgres_fdw.c1322 fsstate->query = strVal(list_nth(fsplan->fdw_private, in postgresBeginForeignScan()
1326 fsstate->fetch_size = intVal(list_nth(fsplan->fdw_private, in postgresBeginForeignScan()
1703 fmstate->query = strVal(list_nth(fdw_private, in postgresBeginForeignModify()
1705 fmstate->target_attrs = (List *) list_nth(fdw_private, in postgresBeginForeignModify()
1707 fmstate->has_returning = intVal(list_nth(fdw_private, in postgresBeginForeignModify()
1709 fmstate->retrieved_attrs = (List *) list_nth(fdw_private, in postgresBeginForeignModify()
2196 remote_conds = (List *) list_nth(fscan->fdw_private, in postgresPlanDirectModify()
2300 dmstate->query = strVal(list_nth(fsplan->fdw_private, in postgresBeginDirectModify()
2302 dmstate->has_returning = intVal(list_nth(fsplan->fdw_private, in postgresBeginDirectModify()
2446 char *sql = strVal(list_nth(fdw_private, in postgresExplainForeignModify()
[all …]
/dports/databases/postgresql96-docs/postgresql-9.6.24/contrib/postgres_fdw/
H A Dpostgres_fdw.c1322 fsstate->query = strVal(list_nth(fsplan->fdw_private, in postgresBeginForeignScan()
1326 fsstate->fetch_size = intVal(list_nth(fsplan->fdw_private, in postgresBeginForeignScan()
1703 fmstate->query = strVal(list_nth(fdw_private, in postgresBeginForeignModify()
1705 fmstate->target_attrs = (List *) list_nth(fdw_private, in postgresBeginForeignModify()
1707 fmstate->has_returning = intVal(list_nth(fdw_private, in postgresBeginForeignModify()
1709 fmstate->retrieved_attrs = (List *) list_nth(fdw_private, in postgresBeginForeignModify()
2196 remote_conds = (List *) list_nth(fscan->fdw_private, in postgresPlanDirectModify()
2300 dmstate->query = strVal(list_nth(fsplan->fdw_private, in postgresBeginDirectModify()
2302 dmstate->has_returning = intVal(list_nth(fsplan->fdw_private, in postgresBeginDirectModify()
2446 char *sql = strVal(list_nth(fdw_private, in postgresExplainForeignModify()
[all …]
/dports/databases/postgresql96-contrib/postgresql-9.6.24/contrib/postgres_fdw/
H A Dpostgres_fdw.c1322 fsstate->query = strVal(list_nth(fsplan->fdw_private, in postgresBeginForeignScan()
1326 fsstate->fetch_size = intVal(list_nth(fsplan->fdw_private, in postgresBeginForeignScan()
1703 fmstate->query = strVal(list_nth(fdw_private, in postgresBeginForeignModify()
1705 fmstate->target_attrs = (List *) list_nth(fdw_private, in postgresBeginForeignModify()
1707 fmstate->has_returning = intVal(list_nth(fdw_private, in postgresBeginForeignModify()
1709 fmstate->retrieved_attrs = (List *) list_nth(fdw_private, in postgresBeginForeignModify()
2196 remote_conds = (List *) list_nth(fscan->fdw_private, in postgresPlanDirectModify()
2300 dmstate->query = strVal(list_nth(fsplan->fdw_private, in postgresBeginDirectModify()
2302 dmstate->has_returning = intVal(list_nth(fsplan->fdw_private, in postgresBeginDirectModify()
2446 char *sql = strVal(list_nth(fdw_private, in postgresExplainForeignModify()
[all …]
/dports/databases/postgresql14-pltcl/postgresql-14.1/src/backend/optimizer/geqo/
H A Dgeqo_eval.c190 cur_rel = (RelOptInfo *) list_nth(private->initial_rels, in gimme_tree()
311 Clump *old_clump = (Clump *) list_nth(clumps, pos); in merge_clump()
/dports/databases/postgresql14-server/postgresql-14.1/src/backend/optimizer/geqo/
H A Dgeqo_eval.c190 cur_rel = (RelOptInfo *) list_nth(private->initial_rels, in gimme_tree()
311 Clump *old_clump = (Clump *) list_nth(clumps, pos); in merge_clump()
/dports/databases/postgresql14-plpython/postgresql-14.1/src/backend/optimizer/geqo/
H A Dgeqo_eval.c190 cur_rel = (RelOptInfo *) list_nth(private->initial_rels, in gimme_tree()
311 Clump *old_clump = (Clump *) list_nth(clumps, pos); in merge_clump()
/dports/databases/postgresql14-plperl/postgresql-14.1/src/backend/optimizer/geqo/
H A Dgeqo_eval.c190 cur_rel = (RelOptInfo *) list_nth(private->initial_rels, in gimme_tree()
311 Clump *old_clump = (Clump *) list_nth(clumps, pos); in merge_clump()
/dports/databases/postgresql14-client/postgresql-14.1/src/backend/optimizer/geqo/
H A Dgeqo_eval.c190 cur_rel = (RelOptInfo *) list_nth(private->initial_rels,
311 Clump *old_clump = (Clump *) list_nth(clumps, pos);
/dports/databases/postgresql13-pltcl/postgresql-13.5/src/backend/optimizer/geqo/
H A Dgeqo_eval.c190 cur_rel = (RelOptInfo *) list_nth(private->initial_rels, in gimme_tree()
311 Clump *old_clump = (Clump *) list_nth(clumps, pos); in merge_clump()
/dports/databases/postgresql14-docs/postgresql-14.1/src/backend/optimizer/geqo/
H A Dgeqo_eval.c190 cur_rel = (RelOptInfo *) list_nth(private->initial_rels, in gimme_tree()
311 Clump *old_clump = (Clump *) list_nth(clumps, pos); in merge_clump()
/dports/databases/postgresql14-contrib/postgresql-14.1/src/backend/optimizer/geqo/
H A Dgeqo_eval.c190 cur_rel = (RelOptInfo *) list_nth(private->initial_rels,
311 Clump *old_clump = (Clump *) list_nth(clumps, pos);

12345678910>>...69