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 0ef99bd commit 49d1e03Copy full SHA for 49d1e03
src/backend/executor/execScan.c
@@ -88,7 +88,7 @@ ExecScanFetch(ScanState *node,
88
* Scans the relation using the 'access method' indicated and
89
* returns the next qualifying tuple in the direction specified
90
* in the global variable ExecDirection.
91
- * The access method returns the next tuple and execScan() is
+ * The access method returns the next tuple and ExecScan() is
92
* responsible for checking the tuple returned against the qual-clause.
93
*
94
* A 'recheck method' must also be provided that can check an
0 commit comments