forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit7ad458e
committed
Fix come incorrect elog() messages in aclchk.c
Three error strings used with cache lookup failures were referring toincorrect object types for ACL checks:- Schemas- Types- Foreign ServersThere errors should never be triggered, but if they do incorrectinformation would be reported.Author: Justin PryzbyDiscussion:https://postgr.es/m/20221222153041.GN1153@telsasoft.comBackpatch-through: 111 parent97431d6 commit7ad458e
1 file changed
+3
-3
lines changedLines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
5752 | 5752 |
| |
5753 | 5753 |
| |
5754 | 5754 |
| |
5755 |
| - | |
| 5755 | + | |
5756 | 5756 |
| |
5757 | 5757 |
| |
5758 | 5758 |
| |
| |||
5838 | 5838 |
| |
5839 | 5839 |
| |
5840 | 5840 |
| |
5841 |
| - | |
| 5841 | + | |
5842 | 5842 |
| |
5843 | 5843 |
| |
5844 | 5844 |
| |
| |||
5880 | 5880 |
| |
5881 | 5881 |
| |
5882 | 5882 |
| |
5883 |
| - | |
| 5883 | + | |
5884 | 5884 |
| |
5885 | 5885 |
| |
5886 | 5886 |
| |
|
0 commit comments
Comments
(0)