Fix typo in comment.

Jim Nasby
pull/14/head
Heikki Linnakangas 10 years ago
parent 4df1328950
commit 8cc7a4c5fd
  1. 4
      src/backend/executor/nodeIndexscan.c

@ -142,8 +142,8 @@ IndexNext(IndexScanState *node)
/* ----------------------------------------------------------------
* IndexNextWithReorder
*
* Like IndexNext, but his version can also re-check any
* ORDER BY expressions, and reorder the tuples as necessary.
* Like IndexNext, but this version can also re-check ORDER BY
* expressions, and reorder the tuples as necessary.
* ----------------------------------------------------------------
*/
static TupleTableSlot *

Loading…
Cancel
Save