mirror of
https://github.com/postgres/postgres.git
synced 2025-11-26 23:43:30 +03:00
Fix typos.
Oskari Saarenmaa
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
*
|
||||
* This is intended to provide a simple way to divide a chunk of shared
|
||||
* memory (probably dynamic shared memory allocated via dsm_create) into
|
||||
* a number of regions and keep track of the addreses of those regions or
|
||||
* a number of regions and keep track of the addresses of those regions or
|
||||
* key data structures within those regions. This is not intended to
|
||||
* scale to a large number of keys and will perform poorly if used that
|
||||
* way; if you need a large number of pointers, store them within some
|
||||
|
||||
Reference in New Issue
Block a user