forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit2fcf685
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 parent13e0d7a commit2fcf685
1 file changed
+3
-3
lines changedLines changed: 3 additions & 3 deletions
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
Comments
(0)