- Notifications
You must be signed in to change notification settings - Fork28
Commit9f8a48b
committed
Invalidate acl.c caches when pg_authid changes.
This makes existing sessions reflect "ALTER ROLE ... [NO]INHERIT" asquickly as they have been reflecting "GRANT role_name". Back-patch to9.5 (all supported versions).Reviewed by Nathan Bossart.Discussion:https://postgr.es/m/20201221095028.GB3777719@rfd.leadboat.com1 parent6f7e972 commit9f8a48b
File tree
3 files changed
+19
-3
lines changed- src
- backend/utils/adt
- test/regress
- expected
- sql
3 files changed
+19
-3
lines changedLines changed: 6 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
52 | 52 |
| |
53 | 53 |
| |
54 | 54 |
| |
55 |
| - | |
56 | 55 |
| |
57 | 56 |
| |
58 | 57 |
| |
| |||
4675 | 4674 |
| |
4676 | 4675 |
| |
4677 | 4676 |
| |
4678 |
| - | |
4679 |
| - | |
| 4677 | + | |
| 4678 | + | |
| 4679 | + | |
4680 | 4680 |
| |
4681 | 4681 |
| |
4682 | 4682 |
| |
4683 | 4683 |
| |
| 4684 | + | |
| 4685 | + | |
| 4686 | + | |
4684 | 4687 |
| |
4685 | 4688 |
| |
4686 | 4689 |
| |
|
Lines changed: 7 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
350 | 350 |
| |
351 | 351 |
| |
352 | 352 |
| |
| 353 | + | |
| 354 | + | |
| 355 | + | |
| 356 | + | |
| 357 | + | |
| 358 | + | |
| 359 | + | |
353 | 360 |
| |
354 | 361 |
| |
355 | 362 |
| |
|
Lines changed: 6 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
220 | 220 |
| |
221 | 221 |
| |
222 | 222 |
| |
| 223 | + | |
| 224 | + | |
| 225 | + | |
| 226 | + | |
| 227 | + | |
| 228 | + | |
223 | 229 |
| |
224 | 230 |
| |
225 | 231 |
| |
|
0 commit comments
Comments
(0)