We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 626f9be commit 352e3cbCopy full SHA for 352e3cb
src/backend/postmaster/bgworker.c
@@ -845,7 +845,7 @@ RegisterDynamicBackgroundWorker(BackgroundWorker *worker,
845
/*
846
* We can't register dynamic background workers from the postmaster. If
847
* this is a standalone backend, we're the only process and can't start
848
- * any more. In a multi-process environement, it might be theoretically
+ * any more. In a multi-process environment, it might be theoretically
849
* possible, but we don't currently support it due to locking
850
* considerations; see comments on the BackgroundWorkerSlot data
851
* structure.
0 commit comments