mirror of
https://github.com/postgres/postgres.git
synced 2026-05-22 18:28:52 -04:00
Fix typo in comment.
Jim Nasby
This commit is contained in:
parent
4df1328950
commit
8cc7a4c5fd
1 changed files with 2 additions and 2 deletions
|
|
@ -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…
Reference in a new issue