* Restart a relation scan. */
| 1201 | * Restart a relation scan. |
| 1202 | */ |
| 1203 | static inline void |
| 1204 | table_rescan(TableScanDesc scan, |
| 1205 | struct ScanKeyData *key) |
| 1206 | { |
| 1207 | scan->rs_rd->rd_tableam->scan_rescan(scan, key, false, false, false, false); |
| 1208 | } |
| 1209 | |
| 1210 | /* |
| 1211 | * Restart a relation scan after changing params. |
no outgoing calls
no test coverage detected