aboutsummaryrefslogtreecommitdiff
path: root/src/backend/executor/nodeTidscan.c
diff options
context:
space:
mode:
authorMichael Paquier <michael@paquier.xyz>2019-08-19 16:21:39 +0900
committerMichael Paquier <michael@paquier.xyz>2019-08-19 16:21:39 +0900
commitc96581abe418a3bf64b643aa4e27091d1eaea1c1 (patch)
tree9a311850bacb63d295ce38e006ed10121cf3eae4 /src/backend/executor/nodeTidscan.c
parent927f34ce8a215c8b254136f710cca9ca4da1352c (diff)
downloadpostgresql-c96581abe418a3bf64b643aa4e27091d1eaea1c1.tar.gz
postgresql-c96581abe418a3bf64b643aa4e27091d1eaea1c1.zip
Fix inconsistencies and typos in the tree, take 11
This fixes various typos in docs and comments, and removes some orphaned definitions. Author: Alexander Lakhin Discussion: https://postgr.es/m/5da8e325-c665-da95-21e0-c8a99ea61fbf@gmail.com
Diffstat (limited to 'src/backend/executor/nodeTidscan.c')
-rw-r--r--src/backend/executor/nodeTidscan.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/backend/executor/nodeTidscan.c b/src/backend/executor/nodeTidscan.c
index 83ece6bf563..8cf22d5bf00 100644
--- a/src/backend/executor/nodeTidscan.c
+++ b/src/backend/executor/nodeTidscan.c
@@ -432,7 +432,7 @@ TidRecheck(TidScanState *node, TupleTableSlot *slot)
* Initial States:
* -- the relation indicated is opened for scanning so that the
* "cursor" is positioned before the first qualifying tuple.
- * -- tidPtr is -1.
+ * -- tss_TidPtr is -1.
* ----------------------------------------------------------------
*/
static TupleTableSlot *
@@ -498,7 +498,7 @@ ExecEndTidScan(TidScanState *node)
* scan keys, and opens the base and tid relations.
*
* Parameters:
- * node: TidNode node produced by the planner.
+ * node: TidScan node produced by the planner.
* estate: the execution state initialized in InitPlan.
* ----------------------------------------------------------------
*/