forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitf2b1b30
committed
Standardize GetTokenInformation() error reporting.
Commitc22650c sparked a discussionabout diverse interpretations of "token user" in error messages. Expelold and new specimens of that phrase by making all GetTokenInformation()callers report errors the way GetTokenUser() has been reporting them.These error conditions almost can't happen, so users are unlikely toobserve this change.Reviewed by Tom Lane and Stephen Frost.1 parent33d3fc5 commitf2b1b30
File tree
3 files changed
+8
-8
lines changed- src
- backend/libpq
- port
- test/regress
3 files changed
+8
-8
lines changedLines changed: 4 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1242 | 1242 |
| |
1243 | 1243 |
| |
1244 | 1244 |
| |
1245 |
| - | |
1246 |
| - | |
| 1245 | + | |
| 1246 | + | |
1247 | 1247 |
| |
1248 | 1248 |
| |
1249 | 1249 |
| |
| |||
1252 | 1252 |
| |
1253 | 1253 |
| |
1254 | 1254 |
| |
1255 |
| - | |
1256 |
| - | |
| 1255 | + | |
| 1256 | + | |
1257 | 1257 |
| |
1258 | 1258 |
| |
1259 | 1259 |
| |
|
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
248 | 248 |
| |
249 | 249 |
| |
250 | 250 |
| |
251 |
| - | |
| 251 | + | |
252 | 252 |
| |
253 | 253 |
| |
254 | 254 |
| |
255 | 255 |
| |
256 | 256 |
| |
257 | 257 |
| |
258 |
| - | |
| 258 | + | |
259 | 259 |
| |
260 | 260 |
| |
261 | 261 |
| |
|
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
904 | 904 |
| |
905 | 905 |
| |
906 | 906 |
| |
907 |
| - | |
| 907 | + | |
908 | 908 |
| |
909 | 909 |
| |
910 | 910 |
| |
911 | 911 |
| |
912 | 912 |
| |
913 | 913 |
| |
914 | 914 |
| |
915 |
| - | |
| 915 | + | |
916 | 916 |
| |
917 | 917 |
| |
918 | 918 |
| |
|
0 commit comments
Comments
(0)