| 429 | } |
| 430 | |
| 431 | void parallelscan_reinitialize(Relation rel, ParallelTableScanDesc pscan) |
| 432 | { |
| 433 | // Reinitialize parallel scan state |
| 434 | auto custom_pscan = reinterpret_cast<DeeplakeParallelScanDesc*>(pscan); |
| 435 | custom_pscan->reset(); |
| 436 | } |
| 437 | |
| 438 | TM_Result tuple_lock(Relation relation, |
| 439 | ItemPointer tid, |