Commit 8cc7a4c5 authored by Heikki Linnakangas's avatar Heikki Linnakangas

Fix typo in comment.

Jim Nasby
parent 4df13289
......@@ -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 *
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment