Fix typos

This commit is contained in:
Ian Barwick
2015-04-13 15:22:09 +09:00
parent e8025c7c9f
commit 00aa0c8c87
2 changed files with 2 additions and 2 deletions

2
FAQ.md
View File

@@ -119,7 +119,7 @@ General
- How can I prevent a node from ever being promoted to master?
In `rempgr.conf`, set its priority to a value of 0 or less.
In `repmgr.conf`, set its priority to a value of 0 or less.
- Does `repmgrd` support delayed standbys?

View File

@@ -1,5 +1,5 @@
3.0.1 ???
Prevent rempgrd from looping infinitely if node was not registered (Ian)
Prevent repmgrd from looping infinitely if node was not registered (Ian)
3.0 2015-03-27
Require PostgreSQL 9.3 or later (Ian)