mirror of
https://github.com/postgres/postgres.git
synced 2026-07-09 17:51:00 -04:00
Fix misspelling in docs
Reported-by: Erik Rijkers <er@xs4all.nl> Discussion: https://www.postgresql.org/message-id/6223b7dc-bfee-fcff-88d9-13f99b8d4897@xs4all.nl Backpatch-through: 19
This commit is contained in:
parent
8daeaa9b64
commit
4b587f666a
1 changed files with 1 additions and 1 deletions
|
|
@ -3740,7 +3740,7 @@ my_shmem_init(void *arg)
|
|||
on whether the requested memory areas were already initialized by
|
||||
another backend. The callbacks will be called while holding an internal
|
||||
lock (ShmemIndexLock), which prevents the race condition of two backends
|
||||
trying to initializing the memory area at the same time.
|
||||
trying to initialize the memory area at the same time.
|
||||
</para>
|
||||
</sect3>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue