From 74d58425c70f9f7f1cb5d7f428ceaa1b56aa081d Mon Sep 17 00:00:00 2001 From: Alvaro Herrera Date: Fri, 26 Feb 2016 16:22:53 -0300 Subject: Apply last revision of recovery patch I applied the previous-to-last revision of Michaƫl's submitted patch instead of the last; these two tweaks pointed out by Craig were left out of the previous commit by accident. --- src/test/perl/PostgresNode.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/test/perl') diff --git a/src/test/perl/PostgresNode.pm b/src/test/perl/PostgresNode.pm index 1561de50c43..a8e6f0c3bbf 100644 --- a/src/test/perl/PostgresNode.pm +++ b/src/test/perl/PostgresNode.pm @@ -474,7 +474,7 @@ Streaming replication can be enabled on this node by passing the keyword parameter has_streaming => 1. This is disabled by default. Restoring WAL segments from archives using restore_command can be enabled -by passiong the keyword parameter has_restoring => 1. This is disabled by +by passing the keyword parameter has_restoring => 1. This is disabled by default. The backup is copied, leaving the original unmodified. pg_hba.conf is -- cgit v1.2.3