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>
pull/68/head
Andres Freund 4 years ago
parent a8ed9bd59d
commit 8b1de88b7c
  1. 3
      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)

Loading…
Cancel
Save