Skip to content

Commit cd959b1

Browse files
Doc: fix typos in documentation
Commits 39969e2 and 5c279a6 accidentally included a typo each in the user facing documentation.
1 parent b6b8824 commit cd959b1

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-
usually preferrable as it minimizes the impact on the running system. If you
892+
usually preferable 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 WAL resouce manager, first define an
22+
To create a new custom WAL resource 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)