pgsql: amcheck: Fix code comments

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема pgsql: amcheck: Fix code comments
Дата
Msg-id E1lvG67-0006nC-Hv@gemulon.postgresql.org
обсуждение исходный текст
Список 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(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: pgsql: doc: adjust PG 14 relnotes to be current
Следующее
От: Noah Misch
Дата:
Сообщение: pgsql: Finish rename of PQtraceSetFlags() to PQsetTraceFlags().