mirror of
https://github.com/postgres/postgres.git
synced 2025-11-22 12:22:45 +03:00
Fix various typos and grammar errors in comments.
Author: Dmitriy Olshevskiy Discussion: 553D00A6.4090205@bk.ru
This commit is contained in:
@@ -130,7 +130,7 @@ BackgroundWorkerShmemInit(void)
|
||||
/*
|
||||
* Copy contents of worker list into shared memory. Record the shared
|
||||
* memory slot assigned to each worker. This ensures a 1-to-1
|
||||
* correspondence betwen the postmaster's private list and the array
|
||||
* correspondence between the postmaster's private list and the array
|
||||
* in shared memory.
|
||||
*/
|
||||
slist_foreach(siter, &BackgroundWorkerList)
|
||||
|
||||
Reference in New Issue
Block a user