projects
/
postgresql
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0ef99bd
)
Fix typo in C comment.
author
Kevin Grittner
<kgrittn@postgresql.org>
Tue, 5 Aug 2014 19:17:21 +0000
(14:17 -0500)
committer
Kevin Grittner
<kgrittn@postgresql.org>
Tue, 5 Aug 2014 19:17:21 +0000
(14:17 -0500)
src/backend/executor/execScan.c
patch
|
blob
|
history
diff --git
a/src/backend/executor/execScan.c
b/src/backend/executor/execScan.c
index 869abbecbd8f838d357fdfa47b33faedbf7a1c81..13195194fa4be38bf4b48a03efb2be2fff89cdaa 100644
(file)
--- a/
src/backend/executor/execScan.c
+++ b/
src/backend/executor/execScan.c
@@
-88,7
+88,7
@@
ExecScanFetch(ScanState *node,
* Scans the relation using the 'access method' indicated and
* returns the next qualifying tuple in the direction specified
* in the global variable ExecDirection.
- * The access method returns the next tuple and
e
xecScan() is
+ * The access method returns the next tuple and
E
xecScan() is
* responsible for checking the tuple returned against the qual-clause.
*
* A 'recheck method' must also be provided that can check an