forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit97b7134
committed
amcheck: Fix code comments
Code comments were claiming that verify_heapam() was checkingprivileges on the relation it was operating on, but it didn't actuallydo that. Perhaps earlier versions of the patch did that, but now theaccess is regulated by privileges on the function. Remove the wrongcomments.1 parent69a58bf commit97b7134
1 file changed
+2
-3
lines changedLines changed: 2 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
298 | 298 |
| |
299 | 299 |
| |
300 | 300 |
| |
301 |
| - | |
| 301 | + | |
302 | 302 |
| |
303 | 303 |
| |
304 | 304 |
| |
| |||
524 | 524 |
| |
525 | 525 |
| |
526 | 526 |
| |
527 |
| - | |
528 |
| - | |
| 527 | + | |
529 | 528 |
| |
530 | 529 |
| |
531 | 530 |
| |
|
0 commit comments
Comments
(0)