forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit4dbe72d
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 parent4fceb45 commit4dbe72d
1 file changed
+3
-3
lines changedLines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
5652 | 5652 |
| |
5653 | 5653 |
| |
5654 | 5654 |
| |
5655 |
| - | |
| 5655 | + | |
5656 | 5656 |
| |
5657 | 5657 |
| |
5658 | 5658 |
| |
| |||
5738 | 5738 |
| |
5739 | 5739 |
| |
5740 | 5740 |
| |
5741 |
| - | |
| 5741 | + | |
5742 | 5742 |
| |
5743 | 5743 |
| |
5744 | 5744 |
| |
| |||
5780 | 5780 |
| |
5781 | 5781 |
| |
5782 | 5782 |
| |
5783 |
| - | |
| 5783 | + | |
5784 | 5784 |
| |
5785 | 5785 |
| |
5786 | 5786 |
| |
|
0 commit comments
Comments
(0)