forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit7499776
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 parent2570e28 commit7499776
File tree
2 files changed
+26
-18
lines changed- src
- backend/catalog
- test/regress/expected
2 files changed
+26
-18
lines changedLines changed: 14 additions & 6 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2051 | 2051 |
| |
2052 | 2052 |
| |
2053 | 2053 |
| |
| 2054 | + | |
| 2055 | + | |
2054 | 2056 |
| |
2055 | 2057 |
| |
2056 | 2058 |
| |
2057 | 2059 |
| |
2058 | 2060 |
| |
2059 | 2061 |
| |
2060 |
| - | |
2061 |
| - | |
| 2062 | + | |
| 2063 | + | |
| 2064 | + | |
2062 | 2065 |
| |
2063 | 2066 |
| |
2064 | 2067 |
| |
| |||
2067 | 2070 |
| |
2068 | 2071 |
| |
2069 | 2072 |
| |
2070 |
| - | |
| 2073 | + | |
| 2074 | + | |
2071 | 2075 |
| |
2072 | 2076 |
| |
2073 | 2077 |
| |
| |||
3218 | 3222 |
| |
3219 | 3223 |
| |
3220 | 3224 |
| |
| 3225 | + | |
| 3226 | + | |
3221 | 3227 |
| |
3222 | 3228 |
| |
3223 | 3229 |
| |
3224 | 3230 |
| |
3225 | 3231 |
| |
3226 | 3232 |
| |
3227 | 3233 |
| |
3228 |
| - | |
3229 |
| - | |
| 3234 | + | |
| 3235 | + | |
| 3236 | + | |
3230 | 3237 |
| |
3231 | 3238 |
| |
3232 | 3239 |
| |
| |||
3235 | 3242 |
| |
3236 | 3243 |
| |
3237 | 3244 |
| |
3238 |
| - | |
| 3245 | + | |
| 3246 | + | |
3239 | 3247 |
| |
3240 | 3248 |
| |
3241 | 3249 |
| |
|
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 |
| |
| |||
528 | 528 |
| |
529 | 529 |
| |
530 | 530 |
| |
531 |
| - | |
| 531 | + | |
532 | 532 |
| |
533 | 533 |
| |
534 |
| - | |
| 534 | + | |
535 | 535 |
| |
536 | 536 |
| |
537 | 537 |
| |
| |||
1142 | 1142 |
| |
1143 | 1143 |
| |
1144 | 1144 |
| |
1145 |
| - | |
1146 |
| - | |
| 1145 | + | |
| 1146 | + | |
1147 | 1147 |
| |
1148 | 1148 |
| |
1149 | 1149 |
| |
| |||
1205 | 1205 |
| |
1206 | 1206 |
| |
1207 | 1207 |
| |
1208 |
| - | |
1209 |
| - | |
| 1208 | + | |
| 1209 | + | |
1210 | 1210 |
| |
1211 | 1211 |
| |
1212 | 1212 |
| |
1213 |
| - | |
| 1213 | + | |
1214 | 1214 |
| |
1215 |
| - | |
| 1215 | + | |
1216 | 1216 |
| |
1217 | 1217 |
| |
1218 | 1218 |
| |
| |||
1223 | 1223 |
| |
1224 | 1224 |
| |
1225 | 1225 |
| |
1226 |
| - | |
1227 |
| - | |
| 1226 | + | |
| 1227 | + | |
1228 | 1228 |
| |
1229 | 1229 |
| |
1230 | 1230 |
| |
|
0 commit comments
Comments
(0)