diff options
author | Michael Paquier <michael@paquier.xyz> | 2022-10-01 15:28:11 +0900 |
---|---|---|
committer | Michael Paquier <michael@paquier.xyz> | 2022-10-01 15:28:11 +0900 |
commit | 64b431d15c49ce39a12dcaec78a60b884be1efba (patch) | |
tree | b7fc5f134d45c7cadaee6d6201ec7e88f6f1aea0 /src | |
parent | 2267085c168899b43dadc4ca52fb516773068228 (diff) |
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
Diffstat (limited to 'src')
-rw-r--r-- | src/backend/access/transam/rmgr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/access/transam/rmgr.c b/src/backend/access/transam/rmgr.c index 8ed69244e39..3b6de3aa04e 100644 --- a/src/backend/access/transam/rmgr.c +++ b/src/backend/access/transam/rmgr.c @@ -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. |