Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit64b431d

Browse files
committed
doc: Fix some grammar and typos
This fixes some areas related to logical replication and custom RMGRs.Author: Ekaterina KiryanovaDiscussion:https://postgr.es/m/fa4773f1-1396-384a-bcd7-85b5e013f399@postgrespro.ruBackpatch-through: 15
1 parent2267085 commit64b431d

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

‎doc/src/sgml/custom-rmgr.sgml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ typedef struct RmgrData
6666
* Register a new custom WAL resource manager.
6767
*
6868
* Resource manager IDs must be globally unique across all extensions. Refer
69-
* to https://wiki.postgresql.org/wiki/CustomWALResourceManager to reserve a
69+
* to https://wiki.postgresql.org/wiki/CustomWALResourceManagers to reserve a
7070
* unique RmgrId for your extension, to avoid conflicts with other extension
7171
* developers. During development, use RM_EXPERIMENTAL_ID to avoid needlessly
7272
* reserving a new ID.
@@ -76,8 +76,8 @@ extern void RegisterCustomRmgr(RmgrId rmid, RmgrData *rmgr);
7676
<function>RegisterCustomRmgr</function> must be called from the
7777
extension module's <link linkend="xfunc-c-dynload">_PG_init</link> function.
7878
While developing a new extension, use <literal>RM_EXPERIMENTAL_ID</literal>
79-
for <parameter>rmid</parameter>. When you ready to release the extension to
80-
users, reserve a new resource manager ID at the <ulink
79+
for <parameter>rmid</parameter>. When youareready to release the extension
80+
tousers, reserve a new resource manager ID at the <ulink
8181
url="https://wiki.postgresql.org/wiki/CustomWALResourceManagers">Custom WAL
8282
Resource Manager</ulink> page.
8383
</para>

‎doc/src/sgml/func.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25502,7 +25502,7 @@ SELECT collation for ('foo' COLLATE "de_DE");
2550225502
will be logged at
2550325503
<literal>LOG</literal> message level. They will appear in
2550425504
the server log based on the log configuration set
25505-
(See <xref linkend="runtime-config-logging"/> for more information),
25505+
(see <xref linkend="runtime-config-logging"/> for more information),
2550625506
but will not be sent to the client regardless of
2550725507
<xref linkend="guc-client-min-messages"/>.
2550825508
</para></entry>

‎doc/src/sgml/logical-replication.sgml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -688,18 +688,18 @@ test_sub=# SELECT * FROM t3;
688688
<itemizedlist>
689689
<listitem>
690690
<para>
691-
one of the publications has no row filter.
691+
One of the publications has no row filter.
692692
</para>
693693
</listitem>
694694
<listitem>
695695
<para>
696-
one of the publications was created using <literal>FOR ALL TABLES</literal>.
696+
One of the publications was created using <literal>FOR ALL TABLES</literal>.
697697
This clause does not allow row filters.
698698
</para>
699699
</listitem>
700700
<listitem>
701701
<para>
702-
one of the publications was created using
702+
One of the publications was created using
703703
<literal>FOR TABLES IN SCHEMA</literal> and the table belongs to
704704
the referred schema. This clause does not allow row filters.
705705
</para>

‎src/backend/access/transam/rmgr.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ RmgrNotFound(RmgrId rmid)
8989
* Register a new custom WAL resource manager.
9090
*
9191
* Resource manager IDs must be globally unique across all extensions. Refer
92-
* to https://wiki.postgresql.org/wiki/CustomWALResourceManager to reserve a
92+
* to https://wiki.postgresql.org/wiki/CustomWALResourceManagers to reserve a
9393
* unique RmgrId for your extension, to avoid conflicts with other extension
9494
* developers. During development, use RM_EXPERIMENTAL_ID to avoid needlessly
9595
* reserving a new ID.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp