Skip to content

Commit c6baec9

Browse files
committed
Fix typo in bgworker.c
1 parent 23937a4 commit c6baec9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/postmaster/bgworker.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -828,7 +828,7 @@ RegisterDynamicBackgroundWorker(BackgroundWorker *worker,
828828
/*
829829
* We can't register dynamic background workers from the postmaster. If
830830
* 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
831+
* any more. In a multi-process environment, it might be theoretically
832832
* possible, but we don't currently support it due to locking
833833
* considerations; see comments on the BackgroundWorkerSlot data
834834
* structure.

0 commit comments

Comments
 (0)