mirror of
https://github.com/postgres/postgres.git
synced 2025-07-30 11:03:19 +03:00
doc: Fix some grammar and typos
This fixes some areas related to logical replication and custom RMGRs. Author: Ekaterina Kiryanova Discussion: https://postgr.es/m/fa4773f1-1396-384a-bcd7-85b5e013f399@postgrespro.ru Backpatch-through: 15
This commit is contained in:
@ -89,7 +89,7 @@ RmgrNotFound(RmgrId rmid)
|
||||
* Register a new custom WAL resource manager.
|
||||
*
|
||||
* Resource manager IDs must be globally unique across all extensions. Refer
|
||||
* to https://wiki.postgresql.org/wiki/CustomWALResourceManager to reserve a
|
||||
* to https://wiki.postgresql.org/wiki/CustomWALResourceManagers to reserve a
|
||||
* unique RmgrId for your extension, to avoid conflicts with other extension
|
||||
* developers. During development, use RM_EXPERIMENTAL_ID to avoid needlessly
|
||||
* reserving a new ID.
|
||||
|
Reference in New Issue
Block a user