Skip to content
Snippets Groups Projects
Commit c6baec92 authored by Robert Haas's avatar Robert Haas
Browse files

Fix typo in bgworker.c

parent 23937a42
No related branches found
No related tags found
No related merge requests found
......@@ -828,7 +828,7 @@ RegisterDynamicBackgroundWorker(BackgroundWorker *worker,
/*
* We can't register dynamic background workers from the postmaster. If
* this is a standalone backend, we're the only process and can't start
* any more. In a multi-process environement, it might be theoretically
* any more. In a multi-process environment, it might be theoretically
* possible, but we don't currently support it due to locking
* considerations; see comments on the BackgroundWorkerSlot data
* structure.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment