Commit 2fcf685
committed
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: 111 parent 13e0d7a commit 2fcf685
1 file changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4369 | 4369 | | |
4370 | 4370 | | |
4371 | 4371 | | |
4372 | | - | |
| 4372 | + | |
4373 | 4373 | | |
4374 | 4374 | | |
4375 | 4375 | | |
| |||
4455 | 4455 | | |
4456 | 4456 | | |
4457 | 4457 | | |
4458 | | - | |
| 4458 | + | |
4459 | 4459 | | |
4460 | 4460 | | |
4461 | 4461 | | |
| |||
4497 | 4497 | | |
4498 | 4498 | | |
4499 | 4499 | | |
4500 | | - | |
| 4500 | + | |
4501 | 4501 | | |
4502 | 4502 | | |
4503 | 4503 | | |
| |||
0 commit comments