Home
last modified time | relevance | path

Searched refs:parentConstrOid (Results 1 – 25 of 28) sorted by relevance

12

/dports/databases/postgresql12-contrib/postgresql-12.9/src/backend/commands/
H A Dtablecmds.c456 Oid parentConstrOid, int numfks,
9041 Oid parentConstrOid = lfirst_oid(cell); in CloneFkReferencing() local
9060 tuple = SearchSysCache1(CONSTROID, parentConstrOid); in CloneFkReferencing()
9063 parentConstrOid); in CloneFkReferencing()
9101 parentConstrOid, in CloneFkReferencing()
9153 parentConstrOid, in CloneFkReferencing()
9179 ObjectAddressSet(referenced, ConstraintRelationId, parentConstrOid); in CloneFkReferencing()
9223 Oid parentConstrOid, in tryAttachPartitionForeignKey() argument
9239 ObjectIdGetDatum(parentConstrOid)); in tryAttachPartitionForeignKey()
9241 elog(ERROR, "cache lookup failed for constraint %u", parentConstrOid); in tryAttachPartitionForeignKey()
[all …]
/dports/databases/postgresql12-client/postgresql-12.9/src/backend/commands/
H A Dtablecmds.c456 Oid parentConstrOid, int numfks,
9041 Oid parentConstrOid = lfirst_oid(cell);
9060 tuple = SearchSysCache1(CONSTROID, parentConstrOid);
9063 parentConstrOid);
9101 parentConstrOid,
9153 parentConstrOid,
9179 ObjectAddressSet(referenced, ConstraintRelationId, parentConstrOid);
9223 Oid parentConstrOid,
9239 ObjectIdGetDatum(parentConstrOid));
9241 elog(ERROR, "cache lookup failed for constraint %u", parentConstrOid);
[all …]
/dports/databases/postgresql14-pltcl/postgresql-14.1/src/backend/commands/
H A Dtablecmds.c504 Oid parentConstrOid, int numfks,
9888 Oid parentConstrOid = lfirst_oid(cell); in CloneFkReferencing() local
9907 tuple = SearchSysCache1(CONSTROID, parentConstrOid); in CloneFkReferencing()
9910 parentConstrOid); in CloneFkReferencing()
9948 parentConstrOid, in CloneFkReferencing()
10000 parentConstrOid, in CloneFkReferencing()
10026 ObjectAddressSet(referenced, ConstraintRelationId, parentConstrOid); in CloneFkReferencing()
10070 Oid parentConstrOid, in tryAttachPartitionForeignKey() argument
10086 ObjectIdGetDatum(parentConstrOid)); in tryAttachPartitionForeignKey()
10088 elog(ERROR, "cache lookup failed for constraint %u", parentConstrOid); in tryAttachPartitionForeignKey()
[all …]
/dports/databases/postgresql14-server/postgresql-14.1/src/backend/commands/
H A Dtablecmds.c504 Oid parentConstrOid, int numfks,
9888 Oid parentConstrOid = lfirst_oid(cell); in CloneFkReferencing() local
9907 tuple = SearchSysCache1(CONSTROID, parentConstrOid); in CloneFkReferencing()
9910 parentConstrOid); in CloneFkReferencing()
9948 parentConstrOid, in CloneFkReferencing()
10000 parentConstrOid, in CloneFkReferencing()
10026 ObjectAddressSet(referenced, ConstraintRelationId, parentConstrOid); in CloneFkReferencing()
10070 Oid parentConstrOid, in tryAttachPartitionForeignKey() argument
10086 ObjectIdGetDatum(parentConstrOid)); in tryAttachPartitionForeignKey()
10088 elog(ERROR, "cache lookup failed for constraint %u", parentConstrOid); in tryAttachPartitionForeignKey()
[all …]
/dports/databases/postgresql14-plperl/postgresql-14.1/src/backend/commands/
H A Dtablecmds.c504 Oid parentConstrOid, int numfks,
9888 Oid parentConstrOid = lfirst_oid(cell); in CloneFkReferencing() local
9907 tuple = SearchSysCache1(CONSTROID, parentConstrOid); in CloneFkReferencing()
9910 parentConstrOid); in CloneFkReferencing()
9948 parentConstrOid, in CloneFkReferencing()
10000 parentConstrOid, in CloneFkReferencing()
10026 ObjectAddressSet(referenced, ConstraintRelationId, parentConstrOid); in CloneFkReferencing()
10070 Oid parentConstrOid, in tryAttachPartitionForeignKey() argument
10086 ObjectIdGetDatum(parentConstrOid)); in tryAttachPartitionForeignKey()
10088 elog(ERROR, "cache lookup failed for constraint %u", parentConstrOid); in tryAttachPartitionForeignKey()
[all …]
/dports/databases/postgresql14-plpython/postgresql-14.1/src/backend/commands/
H A Dtablecmds.c504 Oid parentConstrOid, int numfks,
9888 Oid parentConstrOid = lfirst_oid(cell); in CloneFkReferencing() local
9907 tuple = SearchSysCache1(CONSTROID, parentConstrOid); in CloneFkReferencing()
9910 parentConstrOid); in CloneFkReferencing()
9948 parentConstrOid, in CloneFkReferencing()
10000 parentConstrOid, in CloneFkReferencing()
10026 ObjectAddressSet(referenced, ConstraintRelationId, parentConstrOid); in CloneFkReferencing()
10070 Oid parentConstrOid, in tryAttachPartitionForeignKey() argument
10086 ObjectIdGetDatum(parentConstrOid)); in tryAttachPartitionForeignKey()
10088 elog(ERROR, "cache lookup failed for constraint %u", parentConstrOid); in tryAttachPartitionForeignKey()
[all …]
/dports/databases/postgresql13-server/postgresql-13.5/src/backend/commands/
H A Dtablecmds.c475 Oid parentConstrOid, int numfks,
9494 Oid parentConstrOid = lfirst_oid(cell); in CloneFkReferencing() local
9513 tuple = SearchSysCache1(CONSTROID, parentConstrOid); in CloneFkReferencing()
9516 parentConstrOid); in CloneFkReferencing()
9554 parentConstrOid, in CloneFkReferencing()
9606 parentConstrOid, in CloneFkReferencing()
9632 ObjectAddressSet(referenced, ConstraintRelationId, parentConstrOid); in CloneFkReferencing()
9676 Oid parentConstrOid, in tryAttachPartitionForeignKey() argument
9692 ObjectIdGetDatum(parentConstrOid)); in tryAttachPartitionForeignKey()
9694 elog(ERROR, "cache lookup failed for constraint %u", parentConstrOid); in tryAttachPartitionForeignKey()
[all …]
/dports/databases/postgresql14-client/postgresql-14.1/src/backend/commands/
H A Dtablecmds.c504 Oid parentConstrOid, int numfks,
9888 Oid parentConstrOid = lfirst_oid(cell); in CloneFkReferencing() local
9907 tuple = SearchSysCache1(CONSTROID, parentConstrOid); in CloneFkReferencing()
9910 parentConstrOid); in CloneFkReferencing()
9948 parentConstrOid, in CloneFkReferencing()
10000 parentConstrOid, in CloneFkReferencing()
10026 ObjectAddressSet(referenced, ConstraintRelationId, parentConstrOid); in CloneFkReferencing()
10070 Oid parentConstrOid, in tryAttachPartitionForeignKey() argument
10086 ObjectIdGetDatum(parentConstrOid)); in tryAttachPartitionForeignKey()
10088 elog(ERROR, "cache lookup failed for constraint %u", parentConstrOid); in tryAttachPartitionForeignKey()
[all …]
/dports/databases/postgresql13-pltcl/postgresql-13.5/src/backend/commands/
H A Dtablecmds.c475 Oid parentConstrOid, int numfks,
9494 Oid parentConstrOid = lfirst_oid(cell); in CloneFkReferencing() local
9513 tuple = SearchSysCache1(CONSTROID, parentConstrOid); in CloneFkReferencing()
9516 parentConstrOid); in CloneFkReferencing()
9554 parentConstrOid, in CloneFkReferencing()
9606 parentConstrOid, in CloneFkReferencing()
9632 ObjectAddressSet(referenced, ConstraintRelationId, parentConstrOid); in CloneFkReferencing()
9676 Oid parentConstrOid, in tryAttachPartitionForeignKey() argument
9692 ObjectIdGetDatum(parentConstrOid)); in tryAttachPartitionForeignKey()
9694 elog(ERROR, "cache lookup failed for constraint %u", parentConstrOid); in tryAttachPartitionForeignKey()
[all …]
/dports/databases/postgresql14-docs/postgresql-14.1/src/backend/commands/
H A Dtablecmds.c504 Oid parentConstrOid, int numfks,
9888 Oid parentConstrOid = lfirst_oid(cell); in CloneFkReferencing() local
9907 tuple = SearchSysCache1(CONSTROID, parentConstrOid); in CloneFkReferencing()
9910 parentConstrOid); in CloneFkReferencing()
9948 parentConstrOid, in CloneFkReferencing()
10000 parentConstrOid, in CloneFkReferencing()
10026 ObjectAddressSet(referenced, ConstraintRelationId, parentConstrOid); in CloneFkReferencing()
10070 Oid parentConstrOid, in tryAttachPartitionForeignKey() argument
10086 ObjectIdGetDatum(parentConstrOid)); in tryAttachPartitionForeignKey()
10088 elog(ERROR, "cache lookup failed for constraint %u", parentConstrOid); in tryAttachPartitionForeignKey()
[all …]
/dports/databases/postgresql14-contrib/postgresql-14.1/src/backend/commands/
H A Dtablecmds.c504 Oid parentConstrOid, int numfks,
9888 Oid parentConstrOid = lfirst_oid(cell); in CloneFkReferencing() local
9907 tuple = SearchSysCache1(CONSTROID, parentConstrOid); in CloneFkReferencing()
9910 parentConstrOid); in CloneFkReferencing()
9948 parentConstrOid, in CloneFkReferencing()
10000 parentConstrOid, in CloneFkReferencing()
10026 ObjectAddressSet(referenced, ConstraintRelationId, parentConstrOid); in CloneFkReferencing()
10070 Oid parentConstrOid, in tryAttachPartitionForeignKey() argument
10086 ObjectIdGetDatum(parentConstrOid)); in tryAttachPartitionForeignKey()
10088 elog(ERROR, "cache lookup failed for constraint %u", parentConstrOid); in tryAttachPartitionForeignKey()
[all …]
/dports/databases/postgresql12-server/postgresql-12.9/src/backend/commands/
H A Dtablecmds.c456 Oid parentConstrOid, int numfks,
9041 Oid parentConstrOid = lfirst_oid(cell);
9060 tuple = SearchSysCache1(CONSTROID, parentConstrOid);
9063 parentConstrOid);
9101 parentConstrOid,
9153 parentConstrOid,
9179 ObjectAddressSet(referenced, ConstraintRelationId, parentConstrOid);
9223 Oid parentConstrOid,
9239 ObjectIdGetDatum(parentConstrOid));
9241 elog(ERROR, "cache lookup failed for constraint %u", parentConstrOid);
[all …]
/dports/databases/postgresql13-docs/postgresql-13.5/src/backend/commands/
H A Dtablecmds.c475 Oid parentConstrOid, int numfks,
9494 Oid parentConstrOid = lfirst_oid(cell); in CloneFkReferencing() local
9513 tuple = SearchSysCache1(CONSTROID, parentConstrOid); in CloneFkReferencing()
9516 parentConstrOid); in CloneFkReferencing()
9554 parentConstrOid, in CloneFkReferencing()
9606 parentConstrOid, in CloneFkReferencing()
9632 ObjectAddressSet(referenced, ConstraintRelationId, parentConstrOid); in CloneFkReferencing()
9676 Oid parentConstrOid, in tryAttachPartitionForeignKey() argument
9692 ObjectIdGetDatum(parentConstrOid)); in tryAttachPartitionForeignKey()
9694 elog(ERROR, "cache lookup failed for constraint %u", parentConstrOid); in tryAttachPartitionForeignKey()
[all …]
/dports/databases/postgresql12-plperl/postgresql-12.9/src/backend/commands/
H A Dtablecmds.c456 Oid parentConstrOid, int numfks,
9041 Oid parentConstrOid = lfirst_oid(cell);
9060 tuple = SearchSysCache1(CONSTROID, parentConstrOid);
9063 parentConstrOid);
9101 parentConstrOid,
9153 parentConstrOid,
9179 ObjectAddressSet(referenced, ConstraintRelationId, parentConstrOid);
9223 Oid parentConstrOid,
9239 ObjectIdGetDatum(parentConstrOid));
9241 elog(ERROR, "cache lookup failed for constraint %u", parentConstrOid);
[all …]
/dports/databases/postgresql13-contrib/postgresql-13.5/src/backend/commands/
H A Dtablecmds.c475 Oid parentConstrOid, int numfks,
9494 Oid parentConstrOid = lfirst_oid(cell);
9513 tuple = SearchSysCache1(CONSTROID, parentConstrOid);
9516 parentConstrOid);
9554 parentConstrOid,
9606 parentConstrOid,
9632 ObjectAddressSet(referenced, ConstraintRelationId, parentConstrOid);
9676 Oid parentConstrOid,
9692 ObjectIdGetDatum(parentConstrOid));
9694 elog(ERROR, "cache lookup failed for constraint %u", parentConstrOid);
[all …]
/dports/databases/postgresql12-plpython/postgresql-12.9/src/backend/commands/
H A Dtablecmds.c456 Oid parentConstrOid, int numfks,
9041 Oid parentConstrOid = lfirst_oid(cell); in CloneFkReferencing() local
9060 tuple = SearchSysCache1(CONSTROID, parentConstrOid); in CloneFkReferencing()
9063 parentConstrOid); in CloneFkReferencing()
9101 parentConstrOid, in CloneFkReferencing()
9153 parentConstrOid, in CloneFkReferencing()
9179 ObjectAddressSet(referenced, ConstraintRelationId, parentConstrOid); in CloneFkReferencing()
9223 Oid parentConstrOid, in tryAttachPartitionForeignKey() argument
9239 ObjectIdGetDatum(parentConstrOid)); in tryAttachPartitionForeignKey()
9241 elog(ERROR, "cache lookup failed for constraint %u", parentConstrOid); in tryAttachPartitionForeignKey()
[all …]
/dports/databases/postgresql12-pltcl/postgresql-12.9/src/backend/commands/
H A Dtablecmds.c456 Oid parentConstrOid, int numfks,
9041 Oid parentConstrOid = lfirst_oid(cell); in CloneFkReferencing() local
9060 tuple = SearchSysCache1(CONSTROID, parentConstrOid); in CloneFkReferencing()
9063 parentConstrOid); in CloneFkReferencing()
9101 parentConstrOid, in CloneFkReferencing()
9153 parentConstrOid, in CloneFkReferencing()
9179 ObjectAddressSet(referenced, ConstraintRelationId, parentConstrOid); in CloneFkReferencing()
9223 Oid parentConstrOid, in tryAttachPartitionForeignKey() argument
9239 ObjectIdGetDatum(parentConstrOid)); in tryAttachPartitionForeignKey()
9241 elog(ERROR, "cache lookup failed for constraint %u", parentConstrOid); in tryAttachPartitionForeignKey()
[all …]
/dports/databases/postgresql12-docs/postgresql-12.9/src/backend/commands/
H A Dtablecmds.c456 Oid parentConstrOid, int numfks,
9041 Oid parentConstrOid = lfirst_oid(cell); in CloneFkReferencing() local
9060 tuple = SearchSysCache1(CONSTROID, parentConstrOid); in CloneFkReferencing()
9063 parentConstrOid); in CloneFkReferencing()
9101 parentConstrOid, in CloneFkReferencing()
9153 parentConstrOid, in CloneFkReferencing()
9179 ObjectAddressSet(referenced, ConstraintRelationId, parentConstrOid); in CloneFkReferencing()
9223 Oid parentConstrOid, in tryAttachPartitionForeignKey() argument
9239 ObjectIdGetDatum(parentConstrOid)); in tryAttachPartitionForeignKey()
9241 elog(ERROR, "cache lookup failed for constraint %u", parentConstrOid); in tryAttachPartitionForeignKey()
[all …]
/dports/databases/postgresql13-plperl/postgresql-13.5/src/backend/commands/
H A Dtablecmds.c475 Oid parentConstrOid, int numfks,
9494 Oid parentConstrOid = lfirst_oid(cell); in CloneFkReferencing() local
9513 tuple = SearchSysCache1(CONSTROID, parentConstrOid); in CloneFkReferencing()
9516 parentConstrOid); in CloneFkReferencing()
9554 parentConstrOid, in CloneFkReferencing()
9606 parentConstrOid, in CloneFkReferencing()
9632 ObjectAddressSet(referenced, ConstraintRelationId, parentConstrOid); in CloneFkReferencing()
9676 Oid parentConstrOid, in tryAttachPartitionForeignKey() argument
9692 ObjectIdGetDatum(parentConstrOid)); in tryAttachPartitionForeignKey()
9694 elog(ERROR, "cache lookup failed for constraint %u", parentConstrOid); in tryAttachPartitionForeignKey()
[all …]
/dports/databases/postgresql13-plpython/postgresql-13.5/src/backend/commands/
H A Dtablecmds.c475 Oid parentConstrOid, int numfks,
9494 Oid parentConstrOid = lfirst_oid(cell); in CloneFkReferencing() local
9513 tuple = SearchSysCache1(CONSTROID, parentConstrOid); in CloneFkReferencing()
9516 parentConstrOid); in CloneFkReferencing()
9554 parentConstrOid, in CloneFkReferencing()
9606 parentConstrOid, in CloneFkReferencing()
9632 ObjectAddressSet(referenced, ConstraintRelationId, parentConstrOid); in CloneFkReferencing()
9676 Oid parentConstrOid, in tryAttachPartitionForeignKey() argument
9692 ObjectIdGetDatum(parentConstrOid)); in tryAttachPartitionForeignKey()
9694 elog(ERROR, "cache lookup failed for constraint %u", parentConstrOid); in tryAttachPartitionForeignKey()
[all …]
/dports/databases/postgresql13-client/postgresql-13.5/src/backend/commands/
H A Dtablecmds.c475 Oid parentConstrOid, int numfks,
9494 Oid parentConstrOid = lfirst_oid(cell);
9513 tuple = SearchSysCache1(CONSTROID, parentConstrOid);
9516 parentConstrOid);
9554 parentConstrOid,
9606 parentConstrOid,
9632 ObjectAddressSet(referenced, ConstraintRelationId, parentConstrOid);
9676 Oid parentConstrOid,
9692 ObjectIdGetDatum(parentConstrOid));
9694 elog(ERROR, "cache lookup failed for constraint %u", parentConstrOid);
[all …]
/dports/databases/postgresql11-client/postgresql-11.14/src/backend/commands/
H A Dtablecmds.c8083 Oid parentConstrOid = lfirst_oid(cell); in CloneFkReferencing() local
8101 tuple = SearchSysCache1(CONSTROID, parentConstrOid); in CloneFkReferencing()
8104 parentConstrOid); in CloneFkReferencing()
8114 ObjectAddressSet(parentAddr, ConstraintRelationId, parentConstrOid); in CloneFkReferencing()
8238 ConstraintSetParentConstraint(fk->conoid, parentConstrOid); in CloneFkReferencing()
8262 parentConstrOid, in CloneFkReferencing()
/dports/databases/postgresql11-docs/postgresql-11.14/src/backend/commands/
H A Dtablecmds.c8083 Oid parentConstrOid = lfirst_oid(cell); in CloneFkReferencing() local
8101 tuple = SearchSysCache1(CONSTROID, parentConstrOid); in CloneFkReferencing()
8104 parentConstrOid); in CloneFkReferencing()
8114 ObjectAddressSet(parentAddr, ConstraintRelationId, parentConstrOid); in CloneFkReferencing()
8238 ConstraintSetParentConstraint(fk->conoid, parentConstrOid); in CloneFkReferencing()
8262 parentConstrOid, in CloneFkReferencing()
/dports/databases/postgresql11-plperl/postgresql-11.14/src/backend/commands/
H A Dtablecmds.c8083 Oid parentConstrOid = lfirst_oid(cell); in CloneFkReferencing() local
8101 tuple = SearchSysCache1(CONSTROID, parentConstrOid); in CloneFkReferencing()
8104 parentConstrOid); in CloneFkReferencing()
8114 ObjectAddressSet(parentAddr, ConstraintRelationId, parentConstrOid); in CloneFkReferencing()
8238 ConstraintSetParentConstraint(fk->conoid, parentConstrOid); in CloneFkReferencing()
8262 parentConstrOid, in CloneFkReferencing()
/dports/databases/postgresql11-contrib/postgresql-11.14/src/backend/commands/
H A Dtablecmds.c8083 Oid parentConstrOid = lfirst_oid(cell); in CloneFkReferencing() local
8101 tuple = SearchSysCache1(CONSTROID, parentConstrOid); in CloneFkReferencing()
8104 parentConstrOid); in CloneFkReferencing()
8114 ObjectAddressSet(parentAddr, ConstraintRelationId, parentConstrOid); in CloneFkReferencing()
8238 ConstraintSetParentConstraint(fk->conoid, parentConstrOid); in CloneFkReferencing()
8262 parentConstrOid, in CloneFkReferencing()

12