From: Andres Freund Date: Mon, 2 Aug 2021 04:10:11 +0000 (-0700) Subject: Remove misplaced comment from AuxiliaryProcessMain(). X-Git-Tag: REL_15_BETA1~1749 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8b1de88b7ce9fe0458d3950121a797fd3d988f6c;p=thirdparty%2Fpostgresql.git 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 --- diff --git a/src/backend/bootstrap/bootstrap.c b/src/backend/bootstrap/bootstrap.c index 94ab5ca0954..67cd5ac6e9a 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)