There was an error while loading. Please reload this page.
1 parent ce50c4d commit b7da8d6Copy full SHA for b7da8d6
1 file changed
tsl/src/nodes/skip_scan/exec.c
@@ -280,13 +280,6 @@ skip_scan_rescan_index(SkipScanState *state)
280
* any ScanKey changes we did */
281
if (*state->scan_desc)
282
{
283
- /*
284
- * The skip quals were updated in place in the scan keys of the index
285
- * scan node, so the standard rescan of the child picks them up. For a
286
- * ColumnarScan child this also resets its batch queue, discarding the
287
- * remaining decompressed tuples of the current batch, and rescans the
288
- * compressed index scan below it.
289
- */
290
ScanState *child = linitial(state->cscan_state.custom_ps);
291
ExecReScan(&child->ps);
292
}
0 commit comments