mirror of
https://github.com/postgres/postgres.git
synced 2025-11-22 12:22:45 +03:00
Fix typos and grammar in code comments and docs
Author: Alexander Lakhin Discussion: https://postgr.es/m/f7e514cf-2446-21f1-a5d2-8c089a6e2168@gmail.com
This commit is contained in:
@@ -2628,7 +2628,8 @@ CleanupBackend(Backend *bp,
|
||||
BackgroundWorkerStopNotifications(bp->pid);
|
||||
|
||||
/*
|
||||
* If it was a background worker, also update its RegisteredWorker entry.
|
||||
* If it was a background worker, also update its RegisteredBgWorker
|
||||
* entry.
|
||||
*/
|
||||
if (bp->bkend_type == BACKEND_TYPE_BGWORKER)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user