forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitcf34e37
committed
Fix user mapping object description
We were using "user mapping for user XYZ" as description for user mappings, butthat's ambiguous because users can have mappings on multiple foreignservers; therefore change it to "for user XYZ on server UVW" instead.Object identities for user mappings are also updated in the same way, inbranches 9.3 and above.The incomplete description string was introduced together with the wholeSQL/MED infrastructure by commitcae565e of 8.4 era, so backpatch allthe way back.1 parentbf22d27 commitcf34e37
File tree
2 files changed
+32
-22
lines changed- src
- backend/catalog
- test/regress/expected
2 files changed
+32
-22
lines changedLines changed: 20 additions & 10 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2510 | 2510 |
| |
2511 | 2511 |
| |
2512 | 2512 |
| |
| 2513 | + | |
| 2514 | + | |
2513 | 2515 |
| |
2514 | 2516 |
| |
2515 | 2517 |
| |
2516 | 2518 |
| |
2517 | 2519 |
| |
2518 | 2520 |
| |
2519 |
| - | |
2520 |
| - | |
| 2521 | + | |
| 2522 | + | |
| 2523 | + | |
2521 | 2524 |
| |
2522 | 2525 |
| |
2523 | 2526 |
| |
| |||
2526 | 2529 |
| |
2527 | 2530 |
| |
2528 | 2531 |
| |
2529 |
| - | |
| 2532 | + | |
| 2533 | + | |
2530 | 2534 |
| |
2531 | 2535 |
| |
2532 | 2536 |
| |
| |||
3906 | 3910 |
| |
3907 | 3911 |
| |
3908 | 3912 |
| |
| 3913 | + | |
| 3914 | + | |
3909 | 3915 |
| |
3910 | 3916 |
| |
3911 |
| - | |
3912 |
| - | |
3913 |
| - | |
3914 |
| - | |
3915 | 3917 |
| |
3916 | 3918 |
| |
3917 | 3919 |
| |
3918 | 3920 |
| |
3919 | 3921 |
| |
3920 |
| - | |
3921 |
| - | |
| 3922 | + | |
| 3923 | + | |
| 3924 | + | |
3922 | 3925 |
| |
3923 | 3926 |
| |
3924 | 3927 |
| |
| |||
3927 | 3930 |
| |
3928 | 3931 |
| |
3929 | 3932 |
| |
3930 |
| - | |
| 3933 | + | |
| 3934 | + | |
| 3935 | + | |
| 3936 | + | |
| 3937 | + | |
| 3938 | + | |
| 3939 | + | |
| 3940 | + | |
3931 | 3941 |
| |
3932 | 3942 |
| |
3933 | 3943 |
| |
|
Lines changed: 12 additions & 12 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
247 | 247 |
| |
248 | 248 |
| |
249 | 249 |
| |
250 |
| - | |
| 250 | + | |
251 | 251 |
| |
252 | 252 |
| |
253 | 253 |
| |
| |||
256 | 256 |
| |
257 | 257 |
| |
258 | 258 |
| |
259 |
| - | |
| 259 | + | |
260 | 260 |
| |
261 | 261 |
| |
262 | 262 |
| |
| |||
526 | 526 |
| |
527 | 527 |
| |
528 | 528 |
| |
529 |
| - | |
| 529 | + | |
530 | 530 |
| |
531 | 531 |
| |
532 |
| - | |
| 532 | + | |
533 | 533 |
| |
534 | 534 |
| |
535 | 535 |
| |
| |||
1183 | 1183 |
| |
1184 | 1184 |
| |
1185 | 1185 |
| |
1186 |
| - | |
1187 |
| - | |
| 1186 | + | |
| 1187 | + | |
1188 | 1188 |
| |
1189 | 1189 |
| |
1190 | 1190 |
| |
| |||
1256 | 1256 |
| |
1257 | 1257 |
| |
1258 | 1258 |
| |
1259 |
| - | |
1260 |
| - | |
| 1259 | + | |
| 1260 | + | |
1261 | 1261 |
| |
1262 | 1262 |
| |
1263 | 1263 |
| |
1264 |
| - | |
| 1264 | + | |
1265 | 1265 |
| |
1266 |
| - | |
| 1266 | + | |
1267 | 1267 |
| |
1268 | 1268 |
| |
1269 | 1269 |
| |
| |||
1274 | 1274 |
| |
1275 | 1275 |
| |
1276 | 1276 |
| |
1277 |
| - | |
1278 |
| - | |
| 1277 | + | |
| 1278 | + | |
1279 | 1279 |
| |
1280 | 1280 |
| |
1281 | 1281 |
| |
|
0 commit comments
Comments
(0)