| 758 | } |
| 759 | |
| 760 | PartitionKey |
| 761 | gpdb::GetRelationPartitionKey(Relation rel) |
| 762 | { |
| 763 | GP_WRAP_START; |
| 764 | { |
| 765 | return RelationGetPartitionKey(rel); |
| 766 | } |
| 767 | GP_WRAP_END; |
| 768 | return nullptr; |
| 769 | } |
| 770 | |
| 771 | PartitionDesc |
| 772 | gpdb::RelationGetPartitionDesc(Relation rel, bool omit_detached) |
nothing calls this directly
no test coverage detected