mirror of
https://github.com/postgres/postgres.git
synced 2025-07-26 01:22:12 +03: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:
@ -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)
|
||||||
|
Reference in New Issue
Block a user