Skip to content

Commit b7da8d6

Browse files
committed
remove useless comment
1 parent ce50c4d commit b7da8d6

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

tsl/src/nodes/skip_scan/exec.c

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -280,13 +280,6 @@ skip_scan_rescan_index(SkipScanState *state)
280280
* any ScanKey changes we did */
281281
if (*state->scan_desc)
282282
{
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-
*/
290283
ScanState *child = linitial(state->cscan_state.custom_ps);
291284
ExecReScan(&child->ps);
292285
}

0 commit comments

Comments
 (0)