mirror of
https://github.com/postgres/postgres.git
synced 2025-07-11 10:01:57 +03:00
Fix typo in comment.
Jim Nasby
This commit is contained in:
@ -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 *
|
||||
|
Reference in New Issue
Block a user