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