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 <andres@anarazel.de>
This commit is contained in:
parent
a8ed9bd59d
commit
8b1de88b7c
@ -418,9 +418,6 @@ AuxiliaryProcessMain(int argc, char *argv[])
|
|||||||
before_shmem_exit(ShutdownAuxiliaryProcess, 0);
|
before_shmem_exit(ShutdownAuxiliaryProcess, 0);
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
|
||||||
* XLOG operations
|
|
||||||
*/
|
|
||||||
SetProcessingMode(NormalProcessing);
|
SetProcessingMode(NormalProcessing);
|
||||||
|
|
||||||
switch (MyAuxProcType)
|
switch (MyAuxProcType)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user