* Other non-heap table access method may use bitmap scan, * the prefetch will not work for them if they have * non-standard page-based storage. */
| 78 | * non-standard page-based storage. |
| 79 | */ |
| 80 | static inline bool |
| 81 | RelationSupportPrefetch(Relation rel) |
| 82 | { |
| 83 | return RelationIsHeap(rel); |
| 84 | } |
| 85 | |
| 86 | /* |
| 87 | * Free the state relevant to bitmaps |