forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit918de37
committed
Revert ill-considered change in pg_resetwal output.
Commit31dcfae changed one pg_resetwal output string, and acorresponding test in pg_upgrade, without sufficient thought forthe consequences. We can't change that output without creatinghazards for cross-version upgrades, since pg_upgrade needs to be ableto read the output of several different versions of pg_resetwal.There may well be external tools with the same requirement.For the moment, just revert those two changes. What we reallyought to do here is have a separate, stable, easily machine-readableoutput format for pg_resetwal and pg_controldata, as proposedyears ago by Alvaro. Once that's in place and tools no longerneed to depend on the exact spelling of the human-readable output,we can put back this change.Discussion:https://postgr.es/m/fbea8c6f-415a-bad9-c3de-969c40d08a84@dunslane.net1 parentb4f584f commit918de37
2 files changed
+2
-2
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
788 | 788 |
| |
789 | 789 |
| |
790 | 790 |
| |
791 |
| - | |
| 791 | + | |
792 | 792 |
| |
793 | 793 |
| |
794 | 794 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
348 | 348 |
| |
349 | 349 |
| |
350 | 350 |
| |
351 |
| - | |
| 351 | + | |
352 | 352 |
| |
353 | 353 |
| |
354 | 354 |
| |
|
0 commit comments
Comments
(0)