forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitbe1c00a
committed
Move code around in StartupXLOG().
This is in preparation for the next commit, which will split offrecovery-related code from xlog.c into a new source file. This is theorder that things will happen with the next commit, and the point ofthis commit is to make these ordering changes more explicit, while thenext commit mechanically moves the source code to the new file. To aidreview, I added "BEGIN/END function" comments to mark which blocks ofcode are moved to which functions in the next commit. They will be gonein the next commit.Reviewed-by: Andres Freund, Kyotaro Horiguchi, Robert HaasDiscussion:https://www.postgresql.org/message-id/a31f27b4-a31d-f976-6217-2b03be646ffa%40iki.fi1 parentb3a5d01 commitbe1c00a
1 file changed
+257
-222
lines changed0 commit comments
Comments
(0)