From 8b1de88b7ce9fe0458d3950121a797fd3d988f6c Mon Sep 17 00:00:00 2001 From: Andres Freund Date: Sun, 1 Aug 2021 21:10:11 -0700 Subject: [PATCH] Remove misplaced comment from AuxiliaryProcessMain(). The comment didn't make sense anymore since at least 626eb021988. As it didn't actually explain anything anyway, just remove it. Author: Andres Freund --- src/backend/bootstrap/bootstrap.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/backend/bootstrap/bootstrap.c b/src/backend/bootstrap/bootstrap.c index 94ab5ca095..67cd5ac6e9 100644 --- a/src/backend/bootstrap/bootstrap.c +++ b/src/backend/bootstrap/bootstrap.c @@ -418,9 +418,6 @@ AuxiliaryProcessMain(int argc, char *argv[]) before_shmem_exit(ShutdownAuxiliaryProcess, 0); } - /* - * XLOG operations - */ SetProcessingMode(NormalProcessing); switch (MyAuxProcType)