forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commite4d9212
committed
pg_waldump: Fix --bkp-details to not issue spurious newlines for FPWs.
The additional newline seems to have accidentally been introduced in2c03216, in 9.5. The newline is only issued when an FPW ispresent for the block reference.While there could be an argument that removing the newlines in theback branches could cause a problem for somebody parsing thepg_waldump output, the likelihood of that seems small enough. It seemsat least equally likely that the randomness of when newlines areissued causes problems.Author: Andres FreundDiscussion:https://postgr.es/m/20191029233341.4gnyau7e5v2lh5sc@alap3.anarazel.deBackpatch: 9.5, like2c03216.1 parente0f76f2 commite4d9212
1 file changed
+2
-2
lines changedLines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
584 | 584 |
| |
585 | 585 |
| |
586 | 586 |
| |
587 |
| - | |
| 587 | + | |
588 | 588 |
| |
589 | 589 |
| |
590 | 590 |
| |
| |||
595 | 595 |
| |
596 | 596 |
| |
597 | 597 |
| |
598 |
| - | |
| 598 | + | |
599 | 599 |
| |
600 | 600 |
| |
601 | 601 |
| |
|
0 commit comments
Comments
(0)