Обсуждение: pgsql: Fix come incorrect elog() messages in aclchk.c

Поиск
Список
Период
Сортировка

pgsql: Fix come incorrect elog() messages in aclchk.c

От
Michael Paquier
Дата:
Fix come incorrect elog() messages in aclchk.c

Three error strings used with cache lookup failures were referring to
incorrect object types for ACL checks:
- Schemas
- Types
- Foreign Servers
There errors should never be triggered, but if they do incorrect
information would be reported.

Author: Justin Pryzby
Discussion: https://postgr.es/m/20221222153041.GN1153@telsasoft.com
Backpatch-through: 11

Branch
------
REL_12_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/7445869e1b0d369af9125c9db8196a3be3f44463

Modified Files
--------------
src/backend/catalog/aclchk.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)