Remove misplaced comment from AuxiliaryProcessMain().
authorAndres Freund <andres@anarazel.de>
Mon, 2 Aug 2021 04:10:11 +0000 (21:10 -0700)
committerAndres Freund <andres@anarazel.de>
Mon, 2 Aug 2021 04:10:11 +0000 (21:10 -0700)
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 <andres@anarazel.de>

src/backend/bootstrap/bootstrap.c

index 94ab5ca0954831412c8ee5dbcb52177951e27a75..67cd5ac6e9ad7aaec0dabc9a5f03ab483940878d 100644 (file)
@@ -418,9 +418,6 @@ AuxiliaryProcessMain(int argc, char *argv[])
        before_shmem_exit(ShutdownAuxiliaryProcess, 0);
    }
 
-   /*
-    * XLOG operations
-    */
    SetProcessingMode(NormalProcessing);
 
    switch (MyAuxProcType)