forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitf077070

Amit Kapila
Display the names of missing columns in error during logical replication.
In logical replication when a subscriber is missing some columns, itcurrently emits an error message that says "some" columns are missing, butit doesn't specify the missing column names. Change that to displaymissing column names which makes an error to be more informative to theuser.We have decided not to backpatch this commit as this is a minor usabilityimprovement and no user has reported this.Reported-by: Bharath RupireddyAuthor: Bharath RupireddyReviewed-by: Kyotaro Horiguchi and Amit KapilaDiscussion:https://postgr.es/m/CALj2ACVkW-EXH_4pmBK8tNeHRz5ksUC4WddGactuCjPiBch-cg@mail.gmail.com1 parent0691797 commitf077070
1 file changed
+45
-10
lines changedLines changed: 45 additions & 10 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
228 | 228 |
| |
229 | 229 |
| |
230 | 230 |
| |
| 231 | + | |
| 232 | + | |
| 233 | + | |
| 234 | + | |
| 235 | + | |
| 236 | + | |
| 237 | + | |
| 238 | + | |
| 239 | + | |
| 240 | + | |
| 241 | + | |
| 242 | + | |
| 243 | + | |
| 244 | + | |
| 245 | + | |
| 246 | + | |
| 247 | + | |
| 248 | + | |
| 249 | + | |
| 250 | + | |
| 251 | + | |
| 252 | + | |
| 253 | + | |
| 254 | + | |
| 255 | + | |
| 256 | + | |
| 257 | + | |
| 258 | + | |
| 259 | + | |
| 260 | + | |
| 261 | + | |
| 262 | + | |
| 263 | + | |
| 264 | + | |
| 265 | + | |
| 266 | + | |
| 267 | + | |
231 | 268 |
| |
232 | 269 |
| |
233 | 270 |
| |
| |||
286 | 323 |
| |
287 | 324 |
| |
288 | 325 |
| |
289 |
| - | |
290 | 326 |
| |
291 | 327 |
| |
292 | 328 |
| |
293 | 329 |
| |
| 330 | + | |
294 | 331 |
| |
295 | 332 |
| |
296 | 333 |
| |
| |||
318 | 355 |
| |
319 | 356 |
| |
320 | 357 |
| |
321 |
| - | |
| 358 | + | |
| 359 | + | |
322 | 360 |
| |
323 | 361 |
| |
324 | 362 |
| |
| |||
335 | 373 |
| |
336 | 374 |
| |
337 | 375 |
| |
338 |
| - | |
| 376 | + | |
339 | 377 |
| |
340 | 378 |
| |
341 |
| - | |
342 |
| - | |
343 |
| - | |
344 |
| - | |
345 |
| - | |
346 |
| - | |
347 |
| - | |
| 379 | + | |
| 380 | + | |
| 381 | + | |
| 382 | + | |
348 | 383 |
| |
349 | 384 |
| |
350 | 385 |
| |
|
0 commit comments
Comments
(0)