forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitf50200c
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 parent7ae4e78 commitf50200c
1 file changed
+4
-8
lines changedLines changed: 4 additions & 8 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
912 | 912 |
| |
913 | 913 |
| |
914 | 914 |
| |
915 |
| - | |
916 |
| - | |
917 |
| - | |
918 |
| - | |
| 915 | + | |
| 916 | + | |
| 917 | + | |
919 | 918 |
| |
920 |
| - | |
921 |
| - | |
922 |
| - | |
923 |
| - | |
| 919 | + | |
924 | 920 |
| |
925 | 921 |
| |
926 | 922 |
| |
|
0 commit comments
Comments
(0)