Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 8cc7a4c

Browse files
committed
Fix typo in comment.
Jim Nasby
1 parent 4df1328 commit 8cc7a4c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/backend/executor/nodeIndexscan.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,8 +142,8 @@ IndexNext(IndexScanState *node)
142142
/* ----------------------------------------------------------------
143143
* IndexNextWithReorder
144144
*
145-
* Like IndexNext, but his version can also re-check any
146-
* ORDER BY expressions, and reorder the tuples as necessary.
145+
* Like IndexNext, but this version can also re-check ORDER BY
146+
* expressions, and reorder the tuples as necessary.
147147
* ----------------------------------------------------------------
148148
*/
149149
static TupleTableSlot *

0 commit comments

Comments
 (0)