forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit7445869
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 parentd572003 commit7445869
1 file changed
+3
-3
lines changedLines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
5684 | 5684 |
| |
5685 | 5685 |
| |
5686 | 5686 |
| |
5687 |
| - | |
| 5687 | + | |
5688 | 5688 |
| |
5689 | 5689 |
| |
5690 | 5690 |
| |
| |||
5765 | 5765 |
| |
5766 | 5766 |
| |
5767 | 5767 |
| |
5768 |
| - | |
| 5768 | + | |
5769 | 5769 |
| |
5770 | 5770 |
| |
5771 | 5771 |
| |
| |||
5807 | 5807 |
| |
5808 | 5808 |
| |
5809 | 5809 |
| |
5810 |
| - | |
| 5810 | + | |
5811 | 5811 |
| |
5812 | 5812 |
| |
5813 | 5813 |
| |
|
0 commit comments
Comments
(0)