Home
last modified time | relevance | path

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

/dports/databases/pg_citus/citus-10.2.3/src/backend/distributed/metadata/
H A Dmetadata_sync.c1278 ListCell *attrdefOidCell = NULL; in GetDependentSequencesWithRelation() local
1280 forboth(attrdefOidCell, attrdefResult, attrdefAttnumCell, attrdefAttnumResult) in GetDependentSequencesWithRelation()
1282 Oid attrdefOid = lfirst_oid(attrdefOidCell); in GetDependentSequencesWithRelation()