mirror of
				https://github.com/postgres/postgres.git
				synced 2025-11-03 09:13:20 +03:00 
			
		
		
		
	Fix typo in bgworker.c
This commit is contained in:
		@@ -845,7 +845,7 @@ RegisterDynamicBackgroundWorker(BackgroundWorker *worker,
 | 
				
			|||||||
	/*
 | 
						/*
 | 
				
			||||||
	 * We can't register dynamic background workers from the postmaster. If
 | 
						 * 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
 | 
						 * 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
 | 
						 * possible, but we don't currently support it due to locking
 | 
				
			||||||
	 * considerations; see comments on the BackgroundWorkerSlot data
 | 
						 * considerations; see comments on the BackgroundWorkerSlot data
 | 
				
			||||||
	 * structure.
 | 
						 * structure.
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user