forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commite8d9caa
committed
Accept invalidation messages in InitializeSessionUserId().
If the authentication method modified the system catalogs through aseparate database connection (say, to create a new role on the fly),make sure syscache sees the changes before we try to find the user.Author: Thomas MunroReviewed-by: Tom Lane, Andres FreundDiscussion:https://postgr.es/m/CAEepm%3D3_h0_cgmz5PMyab4xk_OFrg6G5VCN%3DnF4chFXM9iFOqA%40mail.gmail.com1 parent387a5cf commite8d9caa
1 file changed
+8
-0
lines changedLines changed: 8 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
48 | 48 |
| |
49 | 49 |
| |
50 | 50 |
| |
| 51 | + | |
51 | 52 |
| |
52 | 53 |
| |
53 | 54 |
| |
| |||
594 | 595 |
| |
595 | 596 |
| |
596 | 597 |
| |
| 598 | + | |
| 599 | + | |
| 600 | + | |
| 601 | + | |
| 602 | + | |
| 603 | + | |
| 604 | + | |
597 | 605 |
| |
598 | 606 |
| |
599 | 607 |
| |
|
0 commit comments
Comments
(0)