Skip to content

Commit 8b1de88

Browse files
committed
Remove misplaced comment from AuxiliaryProcessMain().
The comment didn't make sense anymore since at least 626eb02. As it didn't actually explain anything anyway, just remove it. Author: Andres Freund <andres@anarazel.de>
1 parent a8ed9bd commit 8b1de88

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/backend/bootstrap/bootstrap.c

-3
Original file line numberDiff line numberDiff line change
@@ -418,9 +418,6 @@ AuxiliaryProcessMain(int argc, char *argv[])
418418
before_shmem_exit(ShutdownAuxiliaryProcess, 0);
419419
}
420420

421-
/*
422-
* XLOG operations
423-
*/
424421
SetProcessingMode(NormalProcessing);
425422

426423
switch (MyAuxProcType)

0 commit comments

Comments
 (0)