Home
last modified time | relevance | path

Searched refs:relationKind (Results 1 – 25 of 95) sorted by relevance

1234

/dports/databases/pg_citus/citus-10.2.3/src/backend/distributed/utils/
H A Dquery_utils.c94 char relationKind = '\0'; in CitusQueryableRangeTableRelation() local
102 relationKind = rangeTableEntry->relkind; in CitusQueryableRangeTableRelation()
103 if (relationKind == RELKIND_RELATION || relationKind == RELKIND_PARTITIONED_TABLE || in CitusQueryableRangeTableRelation()
104 relationKind == RELKIND_FOREIGN_TABLE || relationKind == RELKIND_MATVIEW) in CitusQueryableRangeTableRelation()
/dports/databases/pg_citus/citus-10.2.3/src/backend/distributed/worker/
H A Dworker_drop_protocol.c58 char relationKind = '\0'; in worker_drop_distributed_table() local
73 relationKind = distributedRelation->rd_rel->relkind; in worker_drop_distributed_table()
85 if (relationKind == RELKIND_FOREIGN_TABLE) in worker_drop_distributed_table()
/dports/databases/postgresql96-server/postgresql-9.6.24/src/include/catalog/
H A Dpg_type_fn.h29 char relationKind,
61 char relationKind, /* only for relation rowtypes */
/dports/databases/postgresql96-pltcl/postgresql-9.6.24/src/include/catalog/
H A Dpg_type_fn.h29 char relationKind,
61 char relationKind, /* only for relation rowtypes */
/dports/databases/postgresql96-plpython/postgresql-9.6.24/src/include/catalog/
H A Dpg_type_fn.h29 char relationKind,
61 char relationKind, /* only for relation rowtypes */
/dports/databases/postgresql10-docs/postgresql-10.19/src/include/catalog/
H A Dpg_type_fn.h29 char relationKind,
61 char relationKind, /* only for relation rowtypes */
/dports/databases/postgresql10-pltcl/postgresql-10.19/src/include/catalog/
H A Dpg_type_fn.h29 char relationKind,
61 char relationKind, /* only for relation rowtypes */
/dports/databases/postgresql10-client/postgresql-10.19/src/include/catalog/
H A Dpg_type_fn.h29 char relationKind,
61 char relationKind, /* only for relation rowtypes */
/dports/databases/postgresql10-contrib/postgresql-10.19/src/include/catalog/
H A Dpg_type_fn.h29 char relationKind,
61 char relationKind, /* only for relation rowtypes */
/dports/databases/postgresql10-plpython/postgresql-10.19/src/include/catalog/
H A Dpg_type_fn.h29 char relationKind,
61 char relationKind, /* only for relation rowtypes */
/dports/databases/postgresql10-plperl/postgresql-10.19/src/include/catalog/
H A Dpg_type_fn.h29 char relationKind,
61 char relationKind, /* only for relation rowtypes */
/dports/databases/postgresql10-server/postgresql-10.19/src/include/catalog/
H A Dpg_type_fn.h29 char relationKind,
61 char relationKind, /* only for relation rowtypes */
/dports/databases/postgresql96-docs/postgresql-9.6.24/src/include/catalog/
H A Dpg_type_fn.h29 char relationKind,
61 char relationKind, /* only for relation rowtypes */
/dports/databases/postgresql96-client/postgresql-9.6.24/src/include/catalog/
H A Dpg_type_fn.h29 char relationKind,
61 char relationKind, /* only for relation rowtypes */
/dports/databases/postgresql96-contrib/postgresql-9.6.24/src/include/catalog/
H A Dpg_type_fn.h29 char relationKind,
61 char relationKind, /* only for relation rowtypes */
/dports/databases/postgresql96-plperl/postgresql-9.6.24/src/include/catalog/
H A Dpg_type_fn.h29 char relationKind,
61 char relationKind, /* only for relation rowtypes */
/dports/databases/pg_citus/citus-10.2.3/src/backend/distributed/operations/
H A Drepair_shards.c322 char relationKind = '\0'; in citus_move_shard_placement() local
335 relationKind = get_rel_relkind(colocatedTableId); in citus_move_shard_placement()
336 if (relationKind == RELKIND_FOREIGN_TABLE) in citus_move_shard_placement()
662 char relationKind = get_rel_relkind(distributedTableId); in RepairShardPlacement() local
670 if (relationKind == RELKIND_FOREIGN_TABLE) in RepairShardPlacement()
875 char relationKind = get_rel_relkind(tableId); in EnsureTableListSuitableForReplication() local
876 if (relationKind == RELKIND_FOREIGN_TABLE) in EnsureTableListSuitableForReplication()
1455 char relationKind = get_rel_relkind(relationId); in RecreateTableDDLCommandList() local
1464 else if (relationKind == RELKIND_FOREIGN_TABLE) in RecreateTableDDLCommandList()
/dports/databases/postgresql11-client/postgresql-11.14/src/include/catalog/
H A Dpg_type.h298 char relationKind,
330 char relationKind, /* only for relation rowtypes */
/dports/databases/postgresql11-contrib/postgresql-11.14/src/include/catalog/
H A Dpg_type.h298 char relationKind,
330 char relationKind, /* only for relation rowtypes */
/dports/databases/postgresql11-plperl/postgresql-11.14/src/include/catalog/
H A Dpg_type.h298 char relationKind,
330 char relationKind, /* only for relation rowtypes */
/dports/databases/postgresql11-docs/postgresql-11.14/src/include/catalog/
H A Dpg_type.h298 char relationKind,
330 char relationKind, /* only for relation rowtypes */
/dports/databases/postgresql11-plpython/postgresql-11.14/src/include/catalog/
H A Dpg_type.h298 char relationKind,
330 char relationKind, /* only for relation rowtypes */
/dports/databases/postgresql11-pltcl/postgresql-11.14/src/include/catalog/
H A Dpg_type.h298 char relationKind,
330 char relationKind, /* only for relation rowtypes */
/dports/databases/postgresql11-server/postgresql-11.14/src/include/catalog/
H A Dpg_type.h298 char relationKind,
330 char relationKind, /* only for relation rowtypes */
/dports/databases/postgresql12-client/postgresql-12.9/src/include/catalog/
H A Dpg_type.h301 char relationKind,
333 char relationKind, /* only for relation

1234