Home
last modified time | relevance | path

Searched refs:used_in_expr (Results 26 – 50 of 68) sorted by relevance

123

/dports/databases/postgresql12-pltcl/postgresql-12.9/src/backend/catalog/
H A Dpartition.c241 has_partition_attrs(Relation rel, Bitmapset *attnums, bool *used_in_expr) in has_partition_attrs() argument
266 if (used_in_expr) in has_partition_attrs()
267 *used_in_expr = false; in has_partition_attrs()
283 if (used_in_expr) in has_partition_attrs()
284 *used_in_expr = true; in has_partition_attrs()
/dports/databases/postgresql13-plperl/postgresql-13.5/src/backend/catalog/
H A Dpartition.c231 has_partition_attrs(Relation rel, Bitmapset *attnums, bool *used_in_expr) in has_partition_attrs() argument
256 if (used_in_expr) in has_partition_attrs()
257 *used_in_expr = false; in has_partition_attrs()
273 if (used_in_expr) in has_partition_attrs()
274 *used_in_expr = true; in has_partition_attrs()
/dports/databases/postgresql13-plpython/postgresql-13.5/src/backend/catalog/
H A Dpartition.c231 has_partition_attrs(Relation rel, Bitmapset *attnums, bool *used_in_expr) in has_partition_attrs() argument
256 if (used_in_expr) in has_partition_attrs()
257 *used_in_expr = false; in has_partition_attrs()
273 if (used_in_expr) in has_partition_attrs()
274 *used_in_expr = true; in has_partition_attrs()
/dports/databases/postgresql14-pltcl/postgresql-14.1/src/include/catalog/
H A Dpartition.h28 bool *used_in_expr);
/dports/databases/postgresql14-docs/postgresql-14.1/src/include/catalog/
H A Dpartition.h28 bool *used_in_expr);
/dports/databases/postgresql14-plperl/postgresql-14.1/src/include/catalog/
H A Dpartition.h28 bool *used_in_expr);
/dports/databases/postgresql14-server/postgresql-14.1/src/include/catalog/
H A Dpartition.h28 bool *used_in_expr);
/dports/databases/postgresql14-plpython/postgresql-14.1/src/include/catalog/
H A Dpartition.h28 bool *used_in_expr);
/dports/databases/postgresql14-client/postgresql-14.1/src/include/catalog/
H A Dpartition.h28 bool *used_in_expr);
/dports/databases/postgresql13-server/postgresql-13.5/src/include/catalog/
H A Dpartition.h28 bool *used_in_expr);
/dports/databases/postgresql14-contrib/postgresql-14.1/src/include/catalog/
H A Dpartition.h28 bool *used_in_expr);
/dports/databases/postgresql13-pltcl/postgresql-13.5/src/include/catalog/
H A Dpartition.h28 bool *used_in_expr);
/dports/databases/postgresql12-server/postgresql-12.9/src/include/catalog/
H A Dpartition.h29 bool *used_in_expr);
/dports/databases/postgresql12-pltcl/postgresql-12.9/src/include/catalog/
H A Dpartition.h29 bool *used_in_expr);
/dports/databases/postgresql13-docs/postgresql-13.5/src/include/catalog/
H A Dpartition.h28 bool *used_in_expr);
/dports/databases/postgresql13-contrib/postgresql-13.5/src/include/catalog/
H A Dpartition.h28 bool *used_in_expr);
/dports/databases/postgresql12-plpython/postgresql-12.9/src/include/catalog/
H A Dpartition.h29 bool *used_in_expr);
/dports/databases/postgresql12-contrib/postgresql-12.9/src/include/catalog/
H A Dpartition.h29 bool *used_in_expr);
/dports/databases/postgresql12-plperl/postgresql-12.9/src/include/catalog/
H A Dpartition.h29 bool *used_in_expr);
/dports/databases/postgresql12-client/postgresql-12.9/src/include/catalog/
H A Dpartition.h29 bool *used_in_expr);
/dports/databases/postgresql12-docs/postgresql-12.9/src/include/catalog/
H A Dpartition.h29 bool *used_in_expr);
/dports/databases/postgresql13-plpython/postgresql-13.5/src/include/catalog/
H A Dpartition.h28 bool *used_in_expr);
/dports/databases/postgresql13-plperl/postgresql-13.5/src/include/catalog/
H A Dpartition.h28 bool *used_in_expr);
/dports/databases/postgresql13-client/postgresql-13.5/src/include/catalog/
H A Dpartition.h28 bool *used_in_expr);
/dports/databases/postgresql11-client/postgresql-11.14/src/include/catalog/
H A Dpartition.h39 bool *used_in_expr);

123