Remove misplaced comment from AuxiliaryProcessMain().

The comment didn't make sense anymore since at least 626eb02198. As it didn't
actually explain anything anyway, just remove it.

Author: Andres Freund <andres@anarazel.de>
This commit is contained in:
Andres Freund 2021-08-01 21:10:11 -07:00
parent a8ed9bd59d
commit 8b1de88b7c
1 changed files with 0 additions and 3 deletions

View File

@ -418,9 +418,6 @@ AuxiliaryProcessMain(int argc, char *argv[])
before_shmem_exit(ShutdownAuxiliaryProcess, 0);
}
/*
* XLOG operations
*/
SetProcessingMode(NormalProcessing);
switch (MyAuxProcType)