forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit4637a6a
committed
Silence "missing contrecord" error.
Commitdd38ff2 added a new error message "missing contrecord" whenwe fail to reassemble a record. Unfortunately that caused noisymessages to be logged by pg_waldump at end of segment, and by walsenderwhen asked to shut down on a segment boundary.Remove the new error message, so that this condition signals end-of-WAL without a message. It's arguably a reportable condition that shouldnot be silenced while performing crash recovery, but fixing that withoutintroducing noise in the other cases will require more research.Back-patch to 15.Reported-by: Tomas Vondra <tomas.vondra@enterprisedb.com>Discussion:https://postgr.es/m/6a1df56e-4656-b3ce-4b7a-a9cb41df8189%40enterprisedb.com1 parentce5aaea commit4637a6a
1 file changed
+4
-8
lines changedLines changed: 4 additions & 8 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
914 | 914 |
| |
915 | 915 |
| |
916 | 916 |
| |
917 |
| - | |
918 |
| - | |
919 |
| - | |
920 |
| - | |
| 917 | + | |
| 918 | + | |
| 919 | + | |
921 | 920 |
| |
922 |
| - | |
923 |
| - | |
924 |
| - | |
925 |
| - | |
| 921 | + | |
926 | 922 |
| |
927 | 923 |
| |
928 | 924 |
| |
|
0 commit comments
Comments
(0)