mirror of
https://github.com/postgres/postgres.git
synced 2026-05-28 04:35:45 -04:00
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:
parent
a8ed9bd59d
commit
8b1de88b7c
1 changed files with 0 additions and 3 deletions
|
|
@ -418,9 +418,6 @@ AuxiliaryProcessMain(int argc, char *argv[])
|
|||
before_shmem_exit(ShutdownAuxiliaryProcess, 0);
|
||||
}
|
||||
|
||||
/*
|
||||
* XLOG operations
|
||||
*/
|
||||
SetProcessingMode(NormalProcessing);
|
||||
|
||||
switch (MyAuxProcType)
|
||||
|
|
|
|||
Loading…
Reference in a new issue