forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit0fef877
committed
Rename session_auth_is_superuser to current_role_is_superuser.
This variable might've been accurately named when it was added inea88633, but the name hasn't been accurate since at least theintroduction of SET ROLE ine5d6b91. The correspondingdocumentation was fixed ineedb068. This commit renames thevariable accordingly.Suggested-by: Joseph KoshakowDiscussion:https://postgr.es/m/CAAvxfHc-HHzONQ2oXdvhFF9ayRnidPwK%2BfVBhRzaBWYYLVQL-g%40mail.gmail.com1 parent411b720 commit0fef877
File tree
3 files changed
+8
-5
lines changed- src
- backend
- access/transam
- utils/misc
- include/utils
3 files changed
+8
-5
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
327 | 327 |
| |
328 | 328 |
| |
329 | 329 |
| |
330 |
| - | |
| 330 | + | |
331 | 331 |
| |
332 | 332 |
| |
333 | 333 |
| |
|
Lines changed: 6 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
511 | 511 |
| |
512 | 512 |
| |
513 | 513 |
| |
514 |
| - | |
| 514 | + | |
515 | 515 |
| |
516 | 516 |
| |
517 | 517 |
| |
| |||
1037 | 1037 |
| |
1038 | 1038 |
| |
1039 | 1039 |
| |
1040 |
| - | |
| 1040 | + | |
| 1041 | + | |
| 1042 | + | |
| 1043 | + | |
1041 | 1044 |
| |
1042 | 1045 |
| |
1043 | 1046 |
| |
1044 | 1047 |
| |
1045 | 1048 |
| |
1046 |
| - | |
| 1049 | + | |
1047 | 1050 |
| |
1048 | 1051 |
| |
1049 | 1052 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
250 | 250 |
| |
251 | 251 |
| |
252 | 252 |
| |
253 |
| - | |
| 253 | + | |
254 | 254 |
| |
255 | 255 |
| |
256 | 256 |
| |
|
0 commit comments
Comments
(0)