forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit4ac30ba
committed
Make some xlogreader messages more accurate
When you have some invalid WAL, you often get a message like "wanted24, got 0". This is a bit incorrect, since it really wanted *atleast* 24, not exactly 24. This updates the messages to that effect,and also adds that detail to one message where it was available butnot printed.Reviewed-by: Bharath Rupireddy <bharath.rupireddyforpostgres@gmail.com>Reviewed-by: Jeevan Ladhe <jeevanladhe.os@gmail.com>Discussion:https://www.postgresql.org/message-id/flat/726d782b-5e45-0c3e-d775-6686afe9aa83%40enterprisedb.com1 parentbe75363 commit4ac30ba
1 file changed
+5
-4
lines changedLines changed: 5 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
623 | 623 |
| |
624 | 624 |
| |
625 | 625 |
| |
626 |
| - | |
627 |
| - | |
| 626 | + | |
| 627 | + | |
| 628 | + | |
628 | 629 |
| |
629 | 630 |
| |
630 | 631 |
| |
| |||
672 | 673 |
| |
673 | 674 |
| |
674 | 675 |
| |
675 |
| - | |
| 676 | + | |
676 | 677 |
| |
677 | 678 |
| |
678 | 679 |
| |
| |||
1119 | 1120 |
| |
1120 | 1121 |
| |
1121 | 1122 |
| |
1122 |
| - | |
| 1123 | + | |
1123 | 1124 |
| |
1124 | 1125 |
| |
1125 | 1126 |
| |
|
0 commit comments
Comments
(0)