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
This split exists for most of the other RMGRs, and makes cleaner theseparation between the WAL code, the redo code and the recorddescription code (already in its own file) when it comes to the sequenceRMGR. The redo and masking routines are moved to a new file,sequence_xlog.c. All the RMGR routines are now located in a new header,sequence_xlog.h.This separation is useful for a different patch related to sequencesthat I have been working on, where it makes a refactoring of sequence.ceasier if its RMGR routines and its core routines are split.Reviewed-by: Heikki Linnakangas <hlinnaka@iki.fi>Reviewed-by: Kirill Reshke <reshkekirill@gmail.com>Discussion:https://postgr.es/m/aSfTxIWjiXkTKh1E@paquier.xyz