aboutsummaryrefslogtreecommitdiff
path: root/src/backend/executor/execCurrent.c
diff options
context:
space:
mode:
authorDavid Rowley <drowley@postgresql.org>2024-08-12 23:27:09 +1200
committerDavid Rowley <drowley@postgresql.org>2024-08-12 23:27:09 +1200
commitffabb56c9460b8e2a3fffeea6263a61590ba006d (patch)
tree085063014540b97d8733aedc2de0df089b21a492 /src/backend/executor/execCurrent.c
parent8de5ca1dc9fa809102acd1983ee19159d0bc469f (diff)
downloadpostgresql-ffabb56c9460b8e2a3fffeea6263a61590ba006d.tar.gz
postgresql-ffabb56c9460b8e2a3fffeea6263a61590ba006d.zip
Fix a series of typos and outdated references
Author: Alexander Lakhin <exclusion@gmail.com> Discussion: https://postgr.es/m/c1d63754-cb85-2d8a-8409-bde2c4d2d04b@gmail.com
Diffstat (limited to 'src/backend/executor/execCurrent.c')
-rw-r--r--src/backend/executor/execCurrent.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/executor/execCurrent.c b/src/backend/executor/execCurrent.c
index 70c62ac1108..5285b84d304 100644
--- a/src/backend/executor/execCurrent.c
+++ b/src/backend/executor/execCurrent.c
@@ -200,7 +200,7 @@ execCurrentOf(CurrentOfExpr *cexpr,
/*
* For IndexOnlyScan, the tuple stored in ss_ScanTupleSlot may be
* a virtual tuple that does not have the ctid column, so we have
- * to get the TID from xs_ctup.t_self.
+ * to get the TID from xs_heaptid.
*/
IndexScanDesc scan = ((IndexOnlyScanState *) scanstate)->ioss_ScanDesc;