Skip to content
Snippets Groups Projects
Commit 6da07cd8 authored by Heikki Linnakangas's avatar Heikki Linnakangas
Browse files

If a corrupt WAL record is received by streaming replication, disconnect

and retry. If the record is genuinely corrupt in the master database,
there's little hope of recovering, but it's better than simply retrying
to apply the corrupt WAL record in a tight loop without even trying to
retransmit it, which is what we used to do.
parent 38736e22
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment