forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit69da8c1
committed
Fix misleading comment in nodeIndexonlyscan.c.
The stated reason for acquiring predicate locks on heap pages hasn'texisted since commitc01262a, so fix the comment. Perhaps in a laterrelease we'll also be able to change the code to use tuple locks.Back-patch all the way.Reviewed-by: Ashwin AgrawalDiscussion:https://postgr.es/m/CAEepm%3D2GK3FVdnt5V3d%2Bh9njWipCv_fNL%3DwjxyUhzsF%3D0PcbNg%40mail.gmail.com1 parent0161e52 commit69da8c1
1 file changed
+2
-5
lines changedLines changed: 2 additions & 5 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
237 | 237 |
| |
238 | 238 |
| |
239 | 239 |
| |
240 |
| - | |
241 |
| - | |
242 |
| - | |
243 |
| - | |
244 |
| - | |
| 240 | + | |
| 241 | + | |
245 | 242 |
| |
246 | 243 |
| |
247 | 244 |
| |
|
0 commit comments
Comments
(0)