Home
last modified time | relevance | path

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

12

/dports/databases/postgresql96-pltcl/postgresql-9.6.24/src/backend/commands/
H A Dtablecmds.c4710 Relation typeRelation; in check_of_type() local
4713 typeRelation = relation_open(typ->typrelid, AccessShareLock); in check_of_type()
4714 typeOk = (typeRelation->rd_rel->relkind == RELKIND_COMPOSITE_TYPE); in check_of_type()
4721 relation_close(typeRelation, NoLock); in check_of_type()
/dports/databases/postgresql96-server/postgresql-9.6.24/src/backend/commands/
H A Dtablecmds.c4710 Relation typeRelation; in check_of_type() local
4713 typeRelation = relation_open(typ->typrelid, AccessShareLock); in check_of_type()
4714 typeOk = (typeRelation->rd_rel->relkind == RELKIND_COMPOSITE_TYPE); in check_of_type()
4721 relation_close(typeRelation, NoLock); in check_of_type()
/dports/databases/postgresql96-plpython/postgresql-9.6.24/src/backend/commands/
H A Dtablecmds.c4710 Relation typeRelation; in check_of_type() local
4713 typeRelation = relation_open(typ->typrelid, AccessShareLock); in check_of_type()
4714 typeOk = (typeRelation->rd_rel->relkind == RELKIND_COMPOSITE_TYPE); in check_of_type()
4721 relation_close(typeRelation, NoLock); in check_of_type()
/dports/databases/postgresql96-client/postgresql-9.6.24/src/backend/commands/
H A Dtablecmds.c4710 Relation typeRelation; in check_of_type() local
4713 typeRelation = relation_open(typ->typrelid, AccessShareLock); in check_of_type()
4714 typeOk = (typeRelation->rd_rel->relkind == RELKIND_COMPOSITE_TYPE); in check_of_type()
4721 relation_close(typeRelation, NoLock); in check_of_type()
/dports/databases/postgresql96-plperl/postgresql-9.6.24/src/backend/commands/
H A Dtablecmds.c4710 Relation typeRelation; in check_of_type() local
4713 typeRelation = relation_open(typ->typrelid, AccessShareLock); in check_of_type()
4714 typeOk = (typeRelation->rd_rel->relkind == RELKIND_COMPOSITE_TYPE); in check_of_type()
4721 relation_close(typeRelation, NoLock); in check_of_type()
/dports/databases/postgresql96-contrib/postgresql-9.6.24/src/backend/commands/
H A Dtablecmds.c4710 Relation typeRelation; in check_of_type() local
4713 typeRelation = relation_open(typ->typrelid, AccessShareLock); in check_of_type()
4714 typeOk = (typeRelation->rd_rel->relkind == RELKIND_COMPOSITE_TYPE); in check_of_type()
4721 relation_close(typeRelation, NoLock); in check_of_type()
/dports/databases/postgresql96-docs/postgresql-9.6.24/src/backend/commands/
H A Dtablecmds.c4710 Relation typeRelation; in check_of_type() local
4713 typeRelation = relation_open(typ->typrelid, AccessShareLock); in check_of_type()
4714 typeOk = (typeRelation->rd_rel->relkind == RELKIND_COMPOSITE_TYPE); in check_of_type()
4721 relation_close(typeRelation, NoLock); in check_of_type()
/dports/databases/postgresql10-plperl/postgresql-10.19/src/backend/commands/
H A Dtablecmds.c5095 Relation typeRelation; in check_of_type() local
5098 typeRelation = relation_open(typ->typrelid, AccessShareLock); in check_of_type()
5099 typeOk = (typeRelation->rd_rel->relkind == RELKIND_COMPOSITE_TYPE); in check_of_type()
5106 relation_close(typeRelation, NoLock); in check_of_type()
/dports/databases/postgresql10-server/postgresql-10.19/src/backend/commands/
H A Dtablecmds.c5095 Relation typeRelation; in check_of_type() local
5098 typeRelation = relation_open(typ->typrelid, AccessShareLock); in check_of_type()
5099 typeOk = (typeRelation->rd_rel->relkind == RELKIND_COMPOSITE_TYPE); in check_of_type()
5106 relation_close(typeRelation, NoLock); in check_of_type()
/dports/databases/postgresql10-pltcl/postgresql-10.19/src/backend/commands/
H A Dtablecmds.c5095 Relation typeRelation; in check_of_type() local
5098 typeRelation = relation_open(typ->typrelid, AccessShareLock); in check_of_type()
5099 typeOk = (typeRelation->rd_rel->relkind == RELKIND_COMPOSITE_TYPE); in check_of_type()
5106 relation_close(typeRelation, NoLock); in check_of_type()
/dports/databases/postgresql10-client/postgresql-10.19/src/backend/commands/
H A Dtablecmds.c5095 Relation typeRelation; in check_of_type() local
5098 typeRelation = relation_open(typ->typrelid, AccessShareLock); in check_of_type()
5099 typeOk = (typeRelation->rd_rel->relkind == RELKIND_COMPOSITE_TYPE); in check_of_type()
5106 relation_close(typeRelation, NoLock); in check_of_type()
/dports/databases/postgresql10-docs/postgresql-10.19/src/backend/commands/
H A Dtablecmds.c5095 Relation typeRelation; in check_of_type() local
5098 typeRelation = relation_open(typ->typrelid, AccessShareLock); in check_of_type()
5099 typeOk = (typeRelation->rd_rel->relkind == RELKIND_COMPOSITE_TYPE); in check_of_type()
5106 relation_close(typeRelation, NoLock); in check_of_type()
/dports/databases/postgresql10-plpython/postgresql-10.19/src/backend/commands/
H A Dtablecmds.c5095 Relation typeRelation; in check_of_type() local
5098 typeRelation = relation_open(typ->typrelid, AccessShareLock); in check_of_type()
5099 typeOk = (typeRelation->rd_rel->relkind == RELKIND_COMPOSITE_TYPE); in check_of_type()
5106 relation_close(typeRelation, NoLock); in check_of_type()
/dports/databases/postgresql10-contrib/postgresql-10.19/src/backend/commands/
H A Dtablecmds.c5095 Relation typeRelation; in check_of_type() local
5098 typeRelation = relation_open(typ->typrelid, AccessShareLock); in check_of_type()
5099 typeOk = (typeRelation->rd_rel->relkind == RELKIND_COMPOSITE_TYPE); in check_of_type()
5106 relation_close(typeRelation, NoLock); in check_of_type()
/dports/databases/postgresql11-client/postgresql-11.14/src/backend/commands/
H A Dtablecmds.c5455 Relation typeRelation; in check_of_type() local
5458 typeRelation = relation_open(typ->typrelid, AccessShareLock); in check_of_type()
5459 typeOk = (typeRelation->rd_rel->relkind == RELKIND_COMPOSITE_TYPE); in check_of_type()
5466 relation_close(typeRelation, NoLock); in check_of_type()
/dports/databases/postgresql11-docs/postgresql-11.14/src/backend/commands/
H A Dtablecmds.c5455 Relation typeRelation; in check_of_type() local
5458 typeRelation = relation_open(typ->typrelid, AccessShareLock); in check_of_type()
5459 typeOk = (typeRelation->rd_rel->relkind == RELKIND_COMPOSITE_TYPE); in check_of_type()
5466 relation_close(typeRelation, NoLock); in check_of_type()
/dports/databases/postgresql11-plperl/postgresql-11.14/src/backend/commands/
H A Dtablecmds.c5455 Relation typeRelation; in check_of_type() local
5458 typeRelation = relation_open(typ->typrelid, AccessShareLock); in check_of_type()
5459 typeOk = (typeRelation->rd_rel->relkind == RELKIND_COMPOSITE_TYPE); in check_of_type()
5466 relation_close(typeRelation, NoLock); in check_of_type()
/dports/databases/postgresql11-contrib/postgresql-11.14/src/backend/commands/
H A Dtablecmds.c5455 Relation typeRelation; in check_of_type() local
5458 typeRelation = relation_open(typ->typrelid, AccessShareLock); in check_of_type()
5459 typeOk = (typeRelation->rd_rel->relkind == RELKIND_COMPOSITE_TYPE); in check_of_type()
5466 relation_close(typeRelation, NoLock); in check_of_type()
/dports/databases/postgresql11-server/postgresql-11.14/src/backend/commands/
H A Dtablecmds.c5455 Relation typeRelation; in check_of_type() local
5458 typeRelation = relation_open(typ->typrelid, AccessShareLock); in check_of_type()
5459 typeOk = (typeRelation->rd_rel->relkind == RELKIND_COMPOSITE_TYPE); in check_of_type()
5466 relation_close(typeRelation, NoLock); in check_of_type()
/dports/databases/postgresql11-plpython/postgresql-11.14/src/backend/commands/
H A Dtablecmds.c5455 Relation typeRelation; in check_of_type() local
5458 typeRelation = relation_open(typ->typrelid, AccessShareLock); in check_of_type()
5459 typeOk = (typeRelation->rd_rel->relkind == RELKIND_COMPOSITE_TYPE); in check_of_type()
5466 relation_close(typeRelation, NoLock); in check_of_type()
/dports/databases/postgresql11-pltcl/postgresql-11.14/src/backend/commands/
H A Dtablecmds.c5455 Relation typeRelation; in check_of_type() local
5458 typeRelation = relation_open(typ->typrelid, AccessShareLock); in check_of_type()
5459 typeOk = (typeRelation->rd_rel->relkind == RELKIND_COMPOSITE_TYPE); in check_of_type()
5466 relation_close(typeRelation, NoLock); in check_of_type()
/dports/databases/postgresql12-contrib/postgresql-12.9/src/backend/commands/
H A Dtablecmds.c5777 Relation typeRelation; in check_of_type() local
5780 typeRelation = relation_open(typ->typrelid, AccessShareLock); in check_of_type()
5781 typeOk = (typeRelation->rd_rel->relkind == RELKIND_COMPOSITE_TYPE); in check_of_type()
5788 relation_close(typeRelation, NoLock); in check_of_type()
/dports/databases/postgresql12-client/postgresql-12.9/src/backend/commands/
H A Dtablecmds.c5777 Relation typeRelation;
5780 typeRelation = relation_open(typ->typrelid, AccessShareLock);
5781 typeOk = (typeRelation->rd_rel->relkind == RELKIND_COMPOSITE_TYPE);
5788 relation_close(typeRelation, NoLock);
/dports/databases/postgresql14-pltcl/postgresql-14.1/src/backend/commands/
H A Dtablecmds.c6393 Relation typeRelation; in check_of_type() local
6396 typeRelation = relation_open(typ->typrelid, AccessShareLock); in check_of_type()
6397 typeOk = (typeRelation->rd_rel->relkind == RELKIND_COMPOSITE_TYPE); in check_of_type()
6404 relation_close(typeRelation, NoLock); in check_of_type()
/dports/databases/postgresql14-server/postgresql-14.1/src/backend/commands/
H A Dtablecmds.c6393 Relation typeRelation; in check_of_type() local
6396 typeRelation = relation_open(typ->typrelid, AccessShareLock); in check_of_type()
6397 typeOk = (typeRelation->rd_rel->relkind == RELKIND_COMPOSITE_TYPE); in check_of_type()
6404 relation_close(typeRelation, NoLock); in check_of_type()

12