mirror of
https://github.com/postgres/postgres.git
synced 2025-07-28 23:42:10 +03:00
Fix misc typos in comments.
Spotted mostly by Fabien Coelho. Discussion: https://www.postgresql.org/message-id/alpine.DEB.2.21.1901230947050.16643@lancre
This commit is contained in:
@ -442,7 +442,7 @@ restartScanEntry:
|
||||
/*
|
||||
* Lock the entry leaf page. This is more coarse-grained than
|
||||
* necessary, because it will conflict with any insertions that
|
||||
* land on the same leaf page, not only the exacty key we searched
|
||||
* land on the same leaf page, not only the exact key we searched
|
||||
* for. But locking an individual tuple would require updating
|
||||
* that lock whenever it moves because of insertions or vacuums,
|
||||
* which seems too complicated.
|
||||
|
Reference in New Issue
Block a user