mirror of
https://github.com/postgres/postgres.git
synced 2025-11-07 19:06:32 +03:00
Update stale comments, and fix comment typos.
This commit is contained in:
@@ -4743,8 +4743,8 @@ retry:
|
||||
}
|
||||
|
||||
/*
|
||||
* Queue a waiter for to signal when this child dies. The wait will be
|
||||
* handled automatically by an operating system thread pool.
|
||||
* Queue a waiter to signal when this child dies. The wait will be handled
|
||||
* automatically by an operating system thread pool.
|
||||
*
|
||||
* Note: use malloc instead of palloc, since it needs to be thread-safe.
|
||||
* Struct will be free():d from the callback function that runs on a
|
||||
|
||||
Reference in New Issue
Block a user