| From: | Peter Eisentraut <peter(at)eisentraut(dot)org> |
|---|---|
| To: | pgsql-committers(at)lists(dot)postgresql(dot)org |
| Subject: | pgsql: amcheck: Fix code comments |
| Date: | 2021-06-21 09:20:03 |
| Message-ID: | E1lvG67-0006nC-Hv@gemulon.postgresql.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-committers |
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(-)
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Noah Misch | 2021-06-21 09:50:26 | pgsql: Finish rename of PQtraceSetFlags() to PQsetTraceFlags(). |
| Previous Message | Bruce Momjian | 2021-06-21 05:09:42 | pgsql: doc: adjust PG 14 relnotes to be current |