amcheck: Fix code comments
Code comments were claiming that verify_heapam() was checking
privileges on the relation it was operating on, but it didn't actually
do that. Perhaps earlier versions of the patch did that, but now the
access is regulated by privileges on the function. Remove the wrong
comments.
Branch
------
master
Details
-------
https://git.postgresql.org/pg/commitdiff/97b7134186490b36e01efc9d2feaf7038c666457
Modified Files
--------------
contrib/amcheck/verify_heapam.c | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)