Typo in pg_rewind.sgml

From: Michael Paquier <michael(dot)paquier(at)gmail(dot)com>
To: PostgreSQL mailing lists <pgsql-hackers(at)postgresql(dot)org>
Subject: Typo in pg_rewind.sgml
Date: 2015-12-24 07:45:08
Message-ID: CAB7nPqT=EnQ+BAXQWEkH8geK9gVb18ssuUDdtmnZRk1f74m7zg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi all,

I just bumped into the following typo that has been introduced by e50cda7:
--- a/doc/src/sgml/ref/pg_rewind.sgml
+++ b/doc/src/sgml/ref/pg_rewind.sgml
@@ -71,7 +71,7 @@ PostgreSQL documentation
missing files from a WAL archive automatically is currently not supported.
Besides, <application>pg_rewind</> use cases are not limited by failover.
For instance, standby server could be promoted, run some writes and
- then be returned back as stanby.
+ then be returned back as standby.
</para>

Regards,
--
Michael

Attachment Content-Type Size
20151224_pg_rewind_typo.patch text/x-patch 557 bytes

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Aleksander Alekseev 2015-12-24 08:19:25 Re: Patch: ResourceOwner optimization for tables with many partitions
Previous Message Michael Paquier 2015-12-24 07:36:48 Re: On-demand running query plans using auto_explain and signals