You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now if a new optional field is added to a WAL record, we lose backward compatibility. This could lead to data corruption if we're recovering a WAL written by an older version.
Right now if a new optional field is added to a WAL record, we lose backward compatibility. This could lead to data corruption if we're recovering a WAL written by an older version.
The record lengths will give us some protection.