We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23937a4 commit c6baec9Copy full SHA for c6baec9
src/backend/postmaster/bgworker.c
@@ -828,7 +828,7 @@ RegisterDynamicBackgroundWorker(BackgroundWorker *worker,
828
/*
829
* We can't register dynamic background workers from the postmaster. If
830
* this is a standalone backend, we're the only process and can't start
831
- * any more. In a multi-process environement, it might be theoretically
+ * any more. In a multi-process environment, it might be theoretically
832
* possible, but we don't currently support it due to locking
833
* considerations; see comments on the BackgroundWorkerSlot data
834
* structure.
0 commit comments