projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a8ed9bd
)
Remove misplaced comment from AuxiliaryProcessMain().
author
Andres Freund
<andres@anarazel.de>
Mon, 2 Aug 2021 04:10:11 +0000
(21:10 -0700)
committer
Andres Freund
<andres@anarazel.de>
Mon, 2 Aug 2021 04:10:11 +0000
(21:10 -0700)
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>
src/backend/bootstrap/bootstrap.c
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/bootstrap/bootstrap.c
b/src/backend/bootstrap/bootstrap.c
index 94ab5ca0954831412c8ee5dbcb52177951e27a75..67cd5ac6e9ad7aaec0dabc9a5f03ab483940878d 100644
(file)
--- a/
src/backend/bootstrap/bootstrap.c
+++ b/
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)