forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commite3897a3
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 parent1a3daa5 commite3897a3
1 file changed
+3
-3
lines changedLines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
6100 | 6100 |
| |
6101 | 6101 |
| |
6102 | 6102 |
| |
6103 |
| - | |
| 6103 | + | |
6104 | 6104 |
| |
6105 | 6105 |
| |
6106 | 6106 |
| |
| |||
6186 | 6186 |
| |
6187 | 6187 |
| |
6188 | 6188 |
| |
6189 |
| - | |
| 6189 | + | |
6190 | 6190 |
| |
6191 | 6191 |
| |
6192 | 6192 |
| |
| |||
6228 | 6228 |
| |
6229 | 6229 |
| |
6230 | 6230 |
| |
6231 |
| - | |
| 6231 | + | |
6232 | 6232 |
| |
6233 | 6233 |
| |
6234 | 6234 |
| |
|
0 commit comments
Comments
(0)