Commit 5cf4000
committed
Fix user mapping object description
We were using "user mapping for user XYZ" as description for user mappings, but
that's ambiguous because users can have mappings on multiple foreign
servers; therefore change it to "for user XYZ on server UVW" instead.
Object identities for user mappings are also updated in the same way, in
branches 9.3 and above.
The incomplete description string was introduced together with the whole
SQL/MED infrastructure by commit cae565e of 8.4 era, so backpatch all
the way back.1 parent 73f236f commit 5cf4000
File tree
2 files changed
+26
-18
lines changed- src
- backend/catalog
- test/regress/expected
2 files changed
+26
-18
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2028 | 2028 | | |
2029 | 2029 | | |
2030 | 2030 | | |
| 2031 | + | |
| 2032 | + | |
2031 | 2033 | | |
2032 | 2034 | | |
2033 | 2035 | | |
2034 | 2036 | | |
2035 | 2037 | | |
2036 | 2038 | | |
2037 | | - | |
2038 | | - | |
| 2039 | + | |
| 2040 | + | |
| 2041 | + | |
2039 | 2042 | | |
2040 | 2043 | | |
2041 | 2044 | | |
| |||
2044 | 2047 | | |
2045 | 2048 | | |
2046 | 2049 | | |
2047 | | - | |
| 2050 | + | |
| 2051 | + | |
2048 | 2052 | | |
2049 | 2053 | | |
2050 | 2054 | | |
| |||
3197 | 3201 | | |
3198 | 3202 | | |
3199 | 3203 | | |
| 3204 | + | |
| 3205 | + | |
3200 | 3206 | | |
3201 | 3207 | | |
3202 | 3208 | | |
3203 | 3209 | | |
3204 | 3210 | | |
3205 | 3211 | | |
3206 | 3212 | | |
3207 | | - | |
3208 | | - | |
| 3213 | + | |
| 3214 | + | |
| 3215 | + | |
3209 | 3216 | | |
3210 | 3217 | | |
3211 | 3218 | | |
| |||
3214 | 3221 | | |
3215 | 3222 | | |
3216 | 3223 | | |
3217 | | - | |
| 3224 | + | |
| 3225 | + | |
3218 | 3226 | | |
3219 | 3227 | | |
3220 | 3228 | | |
| |||
| 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 | | |
| |||
1144 | 1144 | | |
1145 | 1145 | | |
1146 | 1146 | | |
1147 | | - | |
1148 | | - | |
| 1147 | + | |
| 1148 | + | |
1149 | 1149 | | |
1150 | 1150 | | |
1151 | 1151 | | |
| |||
1170 | 1170 | | |
1171 | 1171 | | |
1172 | 1172 | | |
1173 | | - | |
1174 | | - | |
| 1173 | + | |
| 1174 | + | |
1175 | 1175 | | |
1176 | 1176 | | |
1177 | 1177 | | |
1178 | | - | |
| 1178 | + | |
1179 | 1179 | | |
1180 | | - | |
| 1180 | + | |
1181 | 1181 | | |
1182 | 1182 | | |
1183 | 1183 | | |
| |||
1188 | 1188 | | |
1189 | 1189 | | |
1190 | 1190 | | |
1191 | | - | |
1192 | | - | |
| 1191 | + | |
| 1192 | + | |
1193 | 1193 | | |
1194 | 1194 | | |
1195 | 1195 | | |
| |||
0 commit comments