Skip to content

Commit 352e3cb

Browse files
committed
Fix typo in bgworker.c
1 parent 626f9be commit 352e3cb

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
@@ -845,7 +845,7 @@ RegisterDynamicBackgroundWorker(BackgroundWorker *worker,
845845
/*
846846
* We can't register dynamic background workers from the postmaster. If
847847
* 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
848+
* any more. In a multi-process environment, it might be theoretically
849849
* possible, but we don't currently support it due to locking
850850
* considerations; see comments on the BackgroundWorkerSlot data
851851
* structure.

0 commit comments

Comments
 (0)