diff options
author | Michael Paquier <michael@paquier.xyz> | 2022-12-23 10:04:36 +0900 |
---|---|---|
committer | Michael Paquier <michael@paquier.xyz> | 2022-12-23 10:04:36 +0900 |
commit | 7445869e1b0d369af9125c9db8196a3be3f44463 (patch) | |
tree | 301f1fc40f801b99b96942d2219edfefafb8bf49 /src/backend/executor/nodeAgg.c | |
parent | d572003f74bb6bddac1c0eaf7fb5d0c4af1a3890 (diff) | |
download | postgresql-7445869e1b0d369af9125c9db8196a3be3f44463.tar.gz postgresql-7445869e1b0d369af9125c9db8196a3be3f44463.zip |
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
Diffstat (limited to 'src/backend/executor/nodeAgg.c')
0 files changed, 0 insertions, 0 deletions