8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4df1328 commit 8cc7a4cCopy full SHA for 8cc7a4c
src/backend/executor/nodeIndexscan.c
@@ -142,8 +142,8 @@ IndexNext(IndexScanState *node)
142
/* ----------------------------------------------------------------
143
* IndexNextWithReorder
144
*
145
- * Like IndexNext, but his version can also re-check any
146
- * 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.
147
* ----------------------------------------------------------------
148
*/
149
static TupleTableSlot *
0 commit comments