- Notifications
You must be signed in to change notification settings - Fork28
Commit5baf869
committed
pg_dump: Remove query truncation in error messages
Remove the behavior that a query mentioned in an error message would betruncated to 128 characters. The queries that pg_dump runs are oftenlonger than that, and this behavior makes analyzing failures harderunnecessarily.Discussion:https://www.postgresql.org/message-id/flat/63201ef9-26fb-3f1f-664d-98531678cebc%402ndquadrant.com1 parent4fdb8a8 commit5baf869
1 file changed
+1
-12
lines changedLines changed: 1 addition & 12 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
25 | 25 |
| |
26 | 26 |
| |
27 | 27 |
| |
28 |
| - | |
29 |
| - | |
30 | 28 |
| |
31 | 29 |
| |
32 | 30 |
| |
| |||
449 | 447 |
| |
450 | 448 |
| |
451 | 449 |
| |
452 |
| - | |
453 | 450 |
| |
454 | 451 |
| |
455 | 452 |
| |
| |||
469 | 466 |
| |
470 | 467 |
| |
471 | 468 |
| |
472 |
| - | |
473 |
| - | |
474 |
| - | |
475 |
| - | |
476 |
| - | |
477 |
| - | |
478 |
| - | |
479 |
| - | |
480 | 469 |
| |
481 |
| - | |
| 470 | + | |
482 | 471 |
| |
483 | 472 |
| |
484 | 473 |
| |
|
0 commit comments
Comments
(0)