summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndres Freund <andres@anarazel.de>2021-08-01 21:10:11 -0700
committerAndres Freund <andres@anarazel.de>2021-08-01 21:10:11 -0700
commit8b1de88b7ce9fe0458d3950121a797fd3d988f6c (patch)
tree8af943ad20f02bdf9b9ecacdc8562d1226922a51
parenta8ed9bd59d48c13da50ed2358911721b2baf1de3 (diff)
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>
-rw-r--r--src/backend/bootstrap/bootstrap.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/backend/bootstrap/bootstrap.c b/src/backend/bootstrap/bootstrap.c
index 94ab5ca0954..67cd5ac6e9a 100644
--- 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)