projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4df1328
)
Fix typo in comment.
author
Heikki Linnakangas
Mon, 18 May 2015 07:38:52 +0000
(10:38 +0300)
committer
Heikki Linnakangas
Mon, 18 May 2015 07:38:52 +0000
(10:38 +0300)
Jim Nasby
src/backend/executor/nodeIndexscan.c
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/executor/nodeIndexscan.c
b/src/backend/executor/nodeIndexscan.c
index 60cb42b454016e57d33390899337ce8fe38db6cd..96d34beaf438f40ead0de15ec33947342b07bfcb 100644
(file)
--- a/
src/backend/executor/nodeIndexscan.c
+++ b/
src/backend/executor/nodeIndexscan.c
@@
-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 *