Home
last modified time | relevance | path

Searched refs:partIndexId (Results 1 – 21 of 21) sorted by relevance

/dports/databases/postgresql12-contrib/postgresql-12.9/src/backend/commands/
H A Dtablecmds.c8548 Oid partIndexId; in addFkRecurseReferenced() local
8569 partIndexId = index_get_partition(partRel, indexOid); in addFkRecurseReferenced()
8570 if (!OidIsValid(partIndexId)) in addFkRecurseReferenced()
8574 partIndexId, constrOid, numfks, in addFkRecurseReferenced()
8895 Oid partIndexId; in CloneFkReferenced() local
8965 partIndexId = index_get_partition(partitionRel, indexOid); in CloneFkReferenced()
8966 if (!OidIsValid(partIndexId)) in CloneFkReferenced()
8973 partIndexId, in CloneFkReferenced()
/dports/databases/postgresql12-client/postgresql-12.9/src/backend/commands/
H A Dtablecmds.c8548 Oid partIndexId;
8569 partIndexId = index_get_partition(partRel, indexOid);
8570 if (!OidIsValid(partIndexId))
8574 partIndexId, constrOid, numfks,
8895 Oid partIndexId;
8965 partIndexId = index_get_partition(partitionRel, indexOid);
8966 if (!OidIsValid(partIndexId))
8973 partIndexId,
/dports/databases/postgresql14-pltcl/postgresql-14.1/src/backend/commands/
H A Dtablecmds.c9398 Oid partIndexId; in addFkRecurseReferenced() local
9418 partIndexId = index_get_partition(partRel, indexOid); in addFkRecurseReferenced()
9419 if (!OidIsValid(partIndexId)) in addFkRecurseReferenced()
9423 partIndexId, constrOid, numfks, in addFkRecurseReferenced()
9742 Oid partIndexId; in CloneFkReferenced() local
9813 partIndexId = index_get_partition(partitionRel, indexOid); in CloneFkReferenced()
9814 if (!OidIsValid(partIndexId)) in CloneFkReferenced()
9821 partIndexId, in CloneFkReferenced()
/dports/databases/postgresql14-server/postgresql-14.1/src/backend/commands/
H A Dtablecmds.c9398 Oid partIndexId; in addFkRecurseReferenced() local
9418 partIndexId = index_get_partition(partRel, indexOid); in addFkRecurseReferenced()
9419 if (!OidIsValid(partIndexId)) in addFkRecurseReferenced()
9423 partIndexId, constrOid, numfks, in addFkRecurseReferenced()
9742 Oid partIndexId; in CloneFkReferenced() local
9813 partIndexId = index_get_partition(partitionRel, indexOid); in CloneFkReferenced()
9814 if (!OidIsValid(partIndexId)) in CloneFkReferenced()
9821 partIndexId, in CloneFkReferenced()
/dports/databases/postgresql14-plperl/postgresql-14.1/src/backend/commands/
H A Dtablecmds.c9398 Oid partIndexId; in addFkRecurseReferenced() local
9418 partIndexId = index_get_partition(partRel, indexOid); in addFkRecurseReferenced()
9419 if (!OidIsValid(partIndexId)) in addFkRecurseReferenced()
9423 partIndexId, constrOid, numfks, in addFkRecurseReferenced()
9742 Oid partIndexId; in CloneFkReferenced() local
9813 partIndexId = index_get_partition(partitionRel, indexOid); in CloneFkReferenced()
9814 if (!OidIsValid(partIndexId)) in CloneFkReferenced()
9821 partIndexId, in CloneFkReferenced()
/dports/databases/postgresql14-plpython/postgresql-14.1/src/backend/commands/
H A Dtablecmds.c9398 Oid partIndexId; in addFkRecurseReferenced() local
9418 partIndexId = index_get_partition(partRel, indexOid); in addFkRecurseReferenced()
9419 if (!OidIsValid(partIndexId)) in addFkRecurseReferenced()
9423 partIndexId, constrOid, numfks, in addFkRecurseReferenced()
9742 Oid partIndexId; in CloneFkReferenced() local
9813 partIndexId = index_get_partition(partitionRel, indexOid); in CloneFkReferenced()
9814 if (!OidIsValid(partIndexId)) in CloneFkReferenced()
9821 partIndexId, in CloneFkReferenced()
/dports/databases/postgresql13-server/postgresql-13.5/src/backend/commands/
H A Dtablecmds.c9004 Oid partIndexId; in addFkRecurseReferenced() local
9024 partIndexId = index_get_partition(partRel, indexOid); in addFkRecurseReferenced()
9025 if (!OidIsValid(partIndexId)) in addFkRecurseReferenced()
9029 partIndexId, constrOid, numfks, in addFkRecurseReferenced()
9348 Oid partIndexId; in CloneFkReferenced() local
9419 partIndexId = index_get_partition(partitionRel, indexOid); in CloneFkReferenced()
9420 if (!OidIsValid(partIndexId)) in CloneFkReferenced()
9427 partIndexId, in CloneFkReferenced()
/dports/databases/postgresql14-client/postgresql-14.1/src/backend/commands/
H A Dtablecmds.c9398 Oid partIndexId; in addFkRecurseReferenced() local
9418 partIndexId = index_get_partition(partRel, indexOid); in addFkRecurseReferenced()
9419 if (!OidIsValid(partIndexId)) in addFkRecurseReferenced()
9423 partIndexId, constrOid, numfks, in addFkRecurseReferenced()
9742 Oid partIndexId; in CloneFkReferenced() local
9813 partIndexId = index_get_partition(partitionRel, indexOid); in CloneFkReferenced()
9814 if (!OidIsValid(partIndexId)) in CloneFkReferenced()
9821 partIndexId, in CloneFkReferenced()
/dports/databases/postgresql13-pltcl/postgresql-13.5/src/backend/commands/
H A Dtablecmds.c9004 Oid partIndexId; in addFkRecurseReferenced() local
9024 partIndexId = index_get_partition(partRel, indexOid); in addFkRecurseReferenced()
9025 if (!OidIsValid(partIndexId)) in addFkRecurseReferenced()
9029 partIndexId, constrOid, numfks, in addFkRecurseReferenced()
9348 Oid partIndexId; in CloneFkReferenced() local
9419 partIndexId = index_get_partition(partitionRel, indexOid); in CloneFkReferenced()
9420 if (!OidIsValid(partIndexId)) in CloneFkReferenced()
9427 partIndexId, in CloneFkReferenced()
/dports/databases/postgresql14-docs/postgresql-14.1/src/backend/commands/
H A Dtablecmds.c9398 Oid partIndexId; in addFkRecurseReferenced() local
9418 partIndexId = index_get_partition(partRel, indexOid); in addFkRecurseReferenced()
9419 if (!OidIsValid(partIndexId)) in addFkRecurseReferenced()
9423 partIndexId, constrOid, numfks, in addFkRecurseReferenced()
9742 Oid partIndexId; in CloneFkReferenced() local
9813 partIndexId = index_get_partition(partitionRel, indexOid); in CloneFkReferenced()
9814 if (!OidIsValid(partIndexId)) in CloneFkReferenced()
9821 partIndexId, in CloneFkReferenced()
/dports/databases/postgresql14-contrib/postgresql-14.1/src/backend/commands/
H A Dtablecmds.c9398 Oid partIndexId; in addFkRecurseReferenced() local
9418 partIndexId = index_get_partition(partRel, indexOid); in addFkRecurseReferenced()
9419 if (!OidIsValid(partIndexId)) in addFkRecurseReferenced()
9423 partIndexId, constrOid, numfks, in addFkRecurseReferenced()
9742 Oid partIndexId; in CloneFkReferenced() local
9813 partIndexId = index_get_partition(partitionRel, indexOid); in CloneFkReferenced()
9814 if (!OidIsValid(partIndexId)) in CloneFkReferenced()
9821 partIndexId, in CloneFkReferenced()
/dports/databases/postgresql12-server/postgresql-12.9/src/backend/commands/
H A Dtablecmds.c8548 Oid partIndexId;
8569 partIndexId = index_get_partition(partRel, indexOid);
8570 if (!OidIsValid(partIndexId))
8574 partIndexId, constrOid, numfks,
8895 Oid partIndexId;
8965 partIndexId = index_get_partition(partitionRel, indexOid);
8966 if (!OidIsValid(partIndexId))
8973 partIndexId,
/dports/databases/postgresql13-docs/postgresql-13.5/src/backend/commands/
H A Dtablecmds.c9004 Oid partIndexId; in addFkRecurseReferenced() local
9024 partIndexId = index_get_partition(partRel, indexOid); in addFkRecurseReferenced()
9025 if (!OidIsValid(partIndexId)) in addFkRecurseReferenced()
9029 partIndexId, constrOid, numfks, in addFkRecurseReferenced()
9348 Oid partIndexId; in CloneFkReferenced() local
9419 partIndexId = index_get_partition(partitionRel, indexOid); in CloneFkReferenced()
9420 if (!OidIsValid(partIndexId)) in CloneFkReferenced()
9427 partIndexId, in CloneFkReferenced()
/dports/databases/postgresql12-plperl/postgresql-12.9/src/backend/commands/
H A Dtablecmds.c8548 Oid partIndexId;
8569 partIndexId = index_get_partition(partRel, indexOid);
8570 if (!OidIsValid(partIndexId))
8574 partIndexId, constrOid, numfks,
8895 Oid partIndexId;
8965 partIndexId = index_get_partition(partitionRel, indexOid);
8966 if (!OidIsValid(partIndexId))
8973 partIndexId,
/dports/databases/postgresql13-contrib/postgresql-13.5/src/backend/commands/
H A Dtablecmds.c9004 Oid partIndexId;
9024 partIndexId = index_get_partition(partRel, indexOid);
9025 if (!OidIsValid(partIndexId))
9029 partIndexId, constrOid, numfks,
9348 Oid partIndexId;
9419 partIndexId = index_get_partition(partitionRel, indexOid);
9420 if (!OidIsValid(partIndexId))
9427 partIndexId,
/dports/databases/postgresql12-plpython/postgresql-12.9/src/backend/commands/
H A Dtablecmds.c8548 Oid partIndexId; in addFkRecurseReferenced() local
8569 partIndexId = index_get_partition(partRel, indexOid); in addFkRecurseReferenced()
8570 if (!OidIsValid(partIndexId)) in addFkRecurseReferenced()
8574 partIndexId, constrOid, numfks, in addFkRecurseReferenced()
8895 Oid partIndexId; in CloneFkReferenced() local
8965 partIndexId = index_get_partition(partitionRel, indexOid); in CloneFkReferenced()
8966 if (!OidIsValid(partIndexId)) in CloneFkReferenced()
8973 partIndexId, in CloneFkReferenced()
/dports/databases/postgresql12-pltcl/postgresql-12.9/src/backend/commands/
H A Dtablecmds.c8548 Oid partIndexId; in addFkRecurseReferenced() local
8569 partIndexId = index_get_partition(partRel, indexOid); in addFkRecurseReferenced()
8570 if (!OidIsValid(partIndexId)) in addFkRecurseReferenced()
8574 partIndexId, constrOid, numfks, in addFkRecurseReferenced()
8895 Oid partIndexId; in CloneFkReferenced() local
8965 partIndexId = index_get_partition(partitionRel, indexOid); in CloneFkReferenced()
8966 if (!OidIsValid(partIndexId)) in CloneFkReferenced()
8973 partIndexId, in CloneFkReferenced()
/dports/databases/postgresql12-docs/postgresql-12.9/src/backend/commands/
H A Dtablecmds.c8548 Oid partIndexId; in addFkRecurseReferenced() local
8569 partIndexId = index_get_partition(partRel, indexOid); in addFkRecurseReferenced()
8570 if (!OidIsValid(partIndexId)) in addFkRecurseReferenced()
8574 partIndexId, constrOid, numfks, in addFkRecurseReferenced()
8895 Oid partIndexId; in CloneFkReferenced() local
8965 partIndexId = index_get_partition(partitionRel, indexOid); in CloneFkReferenced()
8966 if (!OidIsValid(partIndexId)) in CloneFkReferenced()
8973 partIndexId, in CloneFkReferenced()
/dports/databases/postgresql13-plperl/postgresql-13.5/src/backend/commands/
H A Dtablecmds.c9004 Oid partIndexId; in addFkRecurseReferenced() local
9024 partIndexId = index_get_partition(partRel, indexOid); in addFkRecurseReferenced()
9025 if (!OidIsValid(partIndexId)) in addFkRecurseReferenced()
9029 partIndexId, constrOid, numfks, in addFkRecurseReferenced()
9348 Oid partIndexId; in CloneFkReferenced() local
9419 partIndexId = index_get_partition(partitionRel, indexOid); in CloneFkReferenced()
9420 if (!OidIsValid(partIndexId)) in CloneFkReferenced()
9427 partIndexId, in CloneFkReferenced()
/dports/databases/postgresql13-plpython/postgresql-13.5/src/backend/commands/
H A Dtablecmds.c9004 Oid partIndexId; in addFkRecurseReferenced() local
9024 partIndexId = index_get_partition(partRel, indexOid); in addFkRecurseReferenced()
9025 if (!OidIsValid(partIndexId)) in addFkRecurseReferenced()
9029 partIndexId, constrOid, numfks, in addFkRecurseReferenced()
9348 Oid partIndexId; in CloneFkReferenced() local
9419 partIndexId = index_get_partition(partitionRel, indexOid); in CloneFkReferenced()
9420 if (!OidIsValid(partIndexId)) in CloneFkReferenced()
9427 partIndexId, in CloneFkReferenced()
/dports/databases/postgresql13-client/postgresql-13.5/src/backend/commands/
H A Dtablecmds.c9004 Oid partIndexId;
9024 partIndexId = index_get_partition(partRel, indexOid);
9025 if (!OidIsValid(partIndexId))
9029 partIndexId, constrOid, numfks,
9348 Oid partIndexId;
9419 partIndexId = index_get_partition(partitionRel, indexOid);
9420 if (!OidIsValid(partIndexId))
9427 partIndexId,