Home
last modified time | relevance | path

Searched refs:list_nth_oid (Results 1 – 25 of 211) sorted by relevance

123456789

/dports/databases/timescaledb/timescaledb-2.5.1/src/nodes/chunk_append/
H A Dexplain.c97 AttrNumber keyresno = list_nth_oid(sort_indexes, keyno); in show_sort_group_keys()
112 list_nth_oid(sort_ops, keyno), in show_sort_group_keys()
113 list_nth_oid(sort_collations, keyno), in show_sort_group_keys()
114 list_nth_oid(sort_nulls, keyno)); in show_sort_group_keys()
/dports/databases/postgresql14-pltcl/postgresql-14.1/src/backend/rewrite/
H A DrewriteSearchCycle.c140 list_nth_oid(cte->ctecoltypes, i), in make_path_rowexpr()
142 list_nth_oid(cte->ctecolcollations, i), in make_path_rowexpr()
305 list_nth_oid(cte->ctecoltypes, i), in rewriteSearchAndCycle()
307 list_nth_oid(cte->ctecolcollations, i), in rewriteSearchAndCycle()
480 list_nth_oid(cte->ctecoltypes, i), in rewriteSearchAndCycle()
482 list_nth_oid(cte->ctecolcollations, i), in rewriteSearchAndCycle()
/dports/databases/postgresql14-server/postgresql-14.1/src/backend/rewrite/
H A DrewriteSearchCycle.c140 list_nth_oid(cte->ctecoltypes, i), in make_path_rowexpr()
142 list_nth_oid(cte->ctecolcollations, i), in make_path_rowexpr()
305 list_nth_oid(cte->ctecoltypes, i), in rewriteSearchAndCycle()
307 list_nth_oid(cte->ctecolcollations, i), in rewriteSearchAndCycle()
480 list_nth_oid(cte->ctecoltypes, i), in rewriteSearchAndCycle()
482 list_nth_oid(cte->ctecolcollations, i), in rewriteSearchAndCycle()
/dports/databases/postgresql14-contrib/postgresql-14.1/src/backend/rewrite/
H A DrewriteSearchCycle.c140 list_nth_oid(cte->ctecoltypes, i), in make_path_rowexpr()
142 list_nth_oid(cte->ctecolcollations, i), in make_path_rowexpr()
305 list_nth_oid(cte->ctecoltypes, i), in rewriteSearchAndCycle()
307 list_nth_oid(cte->ctecolcollations, i), in rewriteSearchAndCycle()
480 list_nth_oid(cte->ctecoltypes, i), in rewriteSearchAndCycle()
482 list_nth_oid(cte->ctecolcollations, i), in rewriteSearchAndCycle()
/dports/databases/postgresql14-docs/postgresql-14.1/src/backend/rewrite/
H A DrewriteSearchCycle.c140 list_nth_oid(cte->ctecoltypes, i), in make_path_rowexpr()
142 list_nth_oid(cte->ctecolcollations, i), in make_path_rowexpr()
305 list_nth_oid(cte->ctecoltypes, i), in rewriteSearchAndCycle()
307 list_nth_oid(cte->ctecolcollations, i), in rewriteSearchAndCycle()
480 list_nth_oid(cte->ctecoltypes, i), in rewriteSearchAndCycle()
482 list_nth_oid(cte->ctecolcollations, i), in rewriteSearchAndCycle()
/dports/databases/postgresql14-plpython/postgresql-14.1/src/backend/rewrite/
H A DrewriteSearchCycle.c140 list_nth_oid(cte->ctecoltypes, i), in make_path_rowexpr()
142 list_nth_oid(cte->ctecolcollations, i), in make_path_rowexpr()
305 list_nth_oid(cte->ctecoltypes, i), in rewriteSearchAndCycle()
307 list_nth_oid(cte->ctecolcollations, i), in rewriteSearchAndCycle()
480 list_nth_oid(cte->ctecoltypes, i), in rewriteSearchAndCycle()
482 list_nth_oid(cte->ctecolcollations, i), in rewriteSearchAndCycle()
/dports/databases/postgresql14-plperl/postgresql-14.1/src/backend/rewrite/
H A DrewriteSearchCycle.c140 list_nth_oid(cte->ctecoltypes, i), in make_path_rowexpr()
142 list_nth_oid(cte->ctecolcollations, i), in make_path_rowexpr()
305 list_nth_oid(cte->ctecoltypes, i), in rewriteSearchAndCycle()
307 list_nth_oid(cte->ctecolcollations, i), in rewriteSearchAndCycle()
480 list_nth_oid(cte->ctecoltypes, i), in rewriteSearchAndCycle()
482 list_nth_oid(cte->ctecolcollations, i), in rewriteSearchAndCycle()
/dports/databases/postgresql14-client/postgresql-14.1/src/backend/rewrite/
H A DrewriteSearchCycle.c140 list_nth_oid(cte->ctecoltypes, i), in make_path_rowexpr()
142 list_nth_oid(cte->ctecolcollations, i), in make_path_rowexpr()
305 list_nth_oid(cte->ctecoltypes, i), in rewriteSearchAndCycle()
307 list_nth_oid(cte->ctecolcollations, i), in rewriteSearchAndCycle()
480 list_nth_oid(cte->ctecoltypes, i), in rewriteSearchAndCycle()
482 list_nth_oid(cte->ctecolcollations, i), in rewriteSearchAndCycle()
/dports/databases/postgresql14-pltcl/postgresql-14.1/src/backend/utils/adt/
H A Dpartitionfuncs.c122 Oid relid = list_nth_oid(partitions, funcctx->call_cntr); in pg_partition_tree()
246 Oid relid = list_nth_oid(ancestors, funcctx->call_cntr); in pg_partition_ancestors()
/dports/databases/postgresql14-contrib/postgresql-14.1/src/backend/utils/adt/
H A Dpartitionfuncs.c122 Oid relid = list_nth_oid(partitions, funcctx->call_cntr); in pg_partition_tree()
246 Oid relid = list_nth_oid(ancestors, funcctx->call_cntr); in pg_partition_ancestors()
/dports/databases/postgresql14-docs/postgresql-14.1/src/backend/utils/adt/
H A Dpartitionfuncs.c122 Oid relid = list_nth_oid(partitions, funcctx->call_cntr); in pg_partition_tree()
246 Oid relid = list_nth_oid(ancestors, funcctx->call_cntr); in pg_partition_ancestors()
/dports/databases/postgresql14-server/postgresql-14.1/src/backend/utils/adt/
H A Dpartitionfuncs.c122 Oid relid = list_nth_oid(partitions, funcctx->call_cntr); in pg_partition_tree()
246 Oid relid = list_nth_oid(ancestors, funcctx->call_cntr); in pg_partition_ancestors()
/dports/databases/postgresql14-plperl/postgresql-14.1/src/backend/utils/adt/
H A Dpartitionfuncs.c122 Oid relid = list_nth_oid(partitions, funcctx->call_cntr); in pg_partition_tree()
246 Oid relid = list_nth_oid(ancestors, funcctx->call_cntr); in pg_partition_ancestors()
/dports/databases/postgresql14-plpython/postgresql-14.1/src/backend/utils/adt/
H A Dpartitionfuncs.c122 Oid relid = list_nth_oid(partitions, funcctx->call_cntr); in pg_partition_tree()
246 Oid relid = list_nth_oid(ancestors, funcctx->call_cntr); in pg_partition_ancestors()
/dports/databases/postgresql13-server/postgresql-13.5/src/backend/utils/adt/
H A Dpartitionfuncs.c122 Oid relid = list_nth_oid(partitions, funcctx->call_cntr); in pg_partition_tree()
246 Oid relid = list_nth_oid(ancestors, funcctx->call_cntr); in pg_partition_ancestors()
/dports/databases/postgresql14-client/postgresql-14.1/src/backend/utils/adt/
H A Dpartitionfuncs.c122 Oid relid = list_nth_oid(partitions, funcctx->call_cntr); in pg_partition_tree()
246 Oid relid = list_nth_oid(ancestors, funcctx->call_cntr); in pg_partition_ancestors()
/dports/databases/postgresql13-pltcl/postgresql-13.5/src/backend/utils/adt/
H A Dpartitionfuncs.c122 Oid relid = list_nth_oid(partitions, funcctx->call_cntr); in pg_partition_tree()
246 Oid relid = list_nth_oid(ancestors, funcctx->call_cntr); in pg_partition_ancestors()
/dports/databases/postgresql13-docs/postgresql-13.5/src/backend/utils/adt/
H A Dpartitionfuncs.c122 Oid relid = list_nth_oid(partitions, funcctx->call_cntr); in pg_partition_tree()
246 Oid relid = list_nth_oid(ancestors, funcctx->call_cntr); in pg_partition_ancestors()
/dports/databases/postgresql13-contrib/postgresql-13.5/src/backend/utils/adt/
H A Dpartitionfuncs.c122 Oid relid = list_nth_oid(partitions, funcctx->call_cntr); in pg_partition_tree()
246 Oid relid = list_nth_oid(ancestors, funcctx->call_cntr); in pg_partition_ancestors()
/dports/databases/postgresql13-client/postgresql-13.5/src/backend/utils/adt/
H A Dpartitionfuncs.c122 Oid relid = list_nth_oid(partitions, funcctx->call_cntr); in pg_partition_tree()
246 Oid relid = list_nth_oid(ancestors, funcctx->call_cntr); in pg_partition_ancestors()
/dports/databases/postgresql13-plperl/postgresql-13.5/src/backend/utils/adt/
H A Dpartitionfuncs.c122 Oid relid = list_nth_oid(partitions, funcctx->call_cntr); in pg_partition_tree()
246 Oid relid = list_nth_oid(ancestors, funcctx->call_cntr); in pg_partition_ancestors()
/dports/databases/postgresql13-plpython/postgresql-13.5/src/backend/utils/adt/
H A Dpartitionfuncs.c122 Oid relid = list_nth_oid(partitions, funcctx->call_cntr);
246 Oid relid = list_nth_oid(ancestors, funcctx->call_cntr);
/dports/databases/postgresql96-server/postgresql-9.6.24/src/backend/parser/
H A Dparse_relation.c2717 *vartype = list_nth_oid(rtfunc->funccoltypes, in get_rte_attribute_type()
2721 *varcollid = list_nth_oid(rtfunc->funccolcollations, in get_rte_attribute_type()
2773 *varcollid = list_nth_oid(rte->values_collations, attnum - 1); in get_rte_attribute_type()
2796 *vartype = list_nth_oid(rte->ctecoltypes, attnum - 1); in get_rte_attribute_type()
2798 *varcollid = list_nth_oid(rte->ctecolcollations, attnum - 1); in get_rte_attribute_type()
/dports/databases/postgresql96-plpython/postgresql-9.6.24/src/backend/parser/
H A Dparse_relation.c2717 *vartype = list_nth_oid(rtfunc->funccoltypes, in get_rte_attribute_type()
2721 *varcollid = list_nth_oid(rtfunc->funccolcollations, in get_rte_attribute_type()
2773 *varcollid = list_nth_oid(rte->values_collations, attnum - 1); in get_rte_attribute_type()
2796 *vartype = list_nth_oid(rte->ctecoltypes, attnum - 1); in get_rte_attribute_type()
2798 *varcollid = list_nth_oid(rte->ctecolcollations, attnum - 1); in get_rte_attribute_type()
/dports/databases/postgresql96-pltcl/postgresql-9.6.24/src/backend/parser/
H A Dparse_relation.c2717 *vartype = list_nth_oid(rtfunc->funccoltypes, in get_rte_attribute_type()
2721 *varcollid = list_nth_oid(rtfunc->funccolcollations, in get_rte_attribute_type()
2773 *varcollid = list_nth_oid(rte->values_collations, attnum - 1); in get_rte_attribute_type()
2796 *vartype = list_nth_oid(rte->ctecoltypes, attnum - 1); in get_rte_attribute_type()
2798 *varcollid = list_nth_oid(rte->ctecolcollations, attnum - 1); in get_rte_attribute_type()

123456789