mirror of
https://github.com/postgres/postgres.git
synced 2025-05-05 09:19:17 +03:00
Fix typo in comment.
Jim Nasby
This commit is contained in:
parent
4df1328950
commit
8cc7a4c5fd
@ -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 *
|
||||||
|
Loading…
x
Reference in New Issue
Block a user