Home
last modified time | relevance | path

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

/dports/databases/pg_citus/citus-10.2.3/src/backend/distributed/metadata/
H A Dmetadata_sync.c1279 ListCell *attrdefAttnumCell = NULL; in GetDependentSequencesWithRelation() local
1280 forboth(attrdefOidCell, attrdefResult, attrdefAttnumCell, attrdefAttnumResult) in GetDependentSequencesWithRelation()
1283 AttrNumber attrdefAttnum = lfirst_int(attrdefAttnumCell); in GetDependentSequencesWithRelation()