mirror of
https://github.com/postgres/postgres.git
synced 2025-12-21 05:21:08 +03:00
Fix typos and grammar in the code
The large majority of these have been introduced by recent commits done in the v18 development cycle. Author: Alexander Lakhin <exclusion@gmail.com> Discussion: https://postgr.es/m/9a7763ab-5252-429d-a943-b28941e0e28b@gmail.com
This commit is contained in:
@@ -103,7 +103,7 @@ pgaio_io_set_handle_data_32(ioh, (uint32 *) buffer, 1);
|
||||
*
|
||||
* E.g. md.c needs to translate block numbers into offsets in segments.
|
||||
*
|
||||
* Once the IO handle has been handed off to smgstartreadv(), it may not
|
||||
* Once the IO handle has been handed off to smgrstartreadv(), it may not
|
||||
* further be used, as the IO may immediately get executed below
|
||||
* smgrstartreadv() and the handle reused for another IO.
|
||||
*
|
||||
|
||||
@@ -321,7 +321,7 @@ pgaio_worker_die(int code, Datum arg)
|
||||
}
|
||||
|
||||
/*
|
||||
* Register the worker in shared memory, assign MyWorkerId and register a
|
||||
* Register the worker in shared memory, assign MyIoWorkerId and register a
|
||||
* shutdown callback to release registration.
|
||||
*/
|
||||
static void
|
||||
|
||||
Reference in New Issue
Block a user