mirror of
https://github.com/postgres/postgres.git
synced 2025-07-26 01:22:12 +03:00
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
This commit is contained in:
@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user