| 808 | } |
| 809 | |
| 810 | int16 |
| 811 | AORelationVersion_Get(Relation rel) |
| 812 | { |
| 813 | FormData_pg_appendonly aoFormData; |
| 814 | |
| 815 | GetAppendOnlyEntry(rel, &aoFormData); |
| 816 | |
| 817 | return aoFormData.version; |
| 818 | } |
| 819 | |
| 820 | bool |
| 821 | AORelationVersion_Validate(Relation rel, int16 version) |
no test coverage detected