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

Commitcd959b1

Browse files
Doc: fix typos in documentation
Commits39969e2 and5c279a6 accidentally included a typo eachin the user facing documentation.
1 parentb6b8824 commitcd959b1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎doc/src/sgml/backup.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -889,7 +889,7 @@ SELECT pg_backup_start(label => 'label', fast => false);
889889
regularly scheduled checkpoint to complete, which may take a long time (see the
890890
configuration parameters <xref linkend="guc-checkpoint-timeout"/> and
891891
<xref linkend="guc-checkpoint-completion-target"/>). This is
892-
usuallypreferrable as it minimizes the impact on the running system. If you
892+
usuallypreferable as it minimizes the impact on the running system. If you
893893
want to start the backup as soon as possible, pass <literal>true</literal> as
894894
the second parameter to <function>pg_backup_start</function> and it will
895895
request an immediate checkpoint, which will finish as fast as possible using

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
an extension to implement.
2020
</para>
2121
<para>
22-
To create a new custom WALresouce manager, first define an
22+
To create a new custom WALresource manager, first define an
2323
<structname>RmgrData</structname> structure with implementations for the
2424
resource manager methods. Refer to
2525
<filename>src/backend/access/transam/README</filename> and

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp