* Restart a parallel scan. Call this in the leader process. Caller is * responsible for making sure that all workers have finished the scan * beforehand. */
| 1354 | * beforehand. |
| 1355 | */ |
| 1356 | static inline void |
| 1357 | table_parallelscan_reinitialize(Relation rel, ParallelTableScanDesc pscan) |
| 1358 | { |
| 1359 | rel->rd_tableam->parallelscan_reinitialize(rel, pscan); |
| 1360 | } |
| 1361 | |
| 1362 | |
| 1363 | /* ---------------------------------------------------------------------------- |
no outgoing calls
no test coverage detected