diff options
author | Alvaro Herrera <alvherre@alvh.no-ip.org> | 2019-09-30 14:04:00 -0300 |
---|---|---|
committer | Alvaro Herrera <alvherre@alvh.no-ip.org> | 2019-09-30 14:04:00 -0300 |
commit | 7524c788743f387c20bd4719c7a0ef0887602930 (patch) | |
tree | 831f0351e585cad4a2c65558fe9a8eb420159dd6 /src/bin/pg_rewind/t/002_databases.pl | |
parent | 927474ce1a2498ddb617c6113a88ca61fbba161d (diff) | |
download | postgresql-7524c788743f387c20bd4719c7a0ef0887602930.tar.gz postgresql-7524c788743f387c20bd4719c7a0ef0887602930.zip |
pg_rewind: test new --write-recovery-conf functionality
Author: Alexey Kondratov
Reviewed-by: Paul Guo
Discussion: https://postgr.es/m/2f726102-3f1e-bf16-061e-501919473ace@postgrespro.ru
Diffstat (limited to 'src/bin/pg_rewind/t/002_databases.pl')
-rw-r--r-- | src/bin/pg_rewind/t/002_databases.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/pg_rewind/t/002_databases.pl b/src/bin/pg_rewind/t/002_databases.pl index f1eb4fe1d2b..1db534c0dc0 100644 --- a/src/bin/pg_rewind/t/002_databases.pl +++ b/src/bin/pg_rewind/t/002_databases.pl @@ -1,7 +1,7 @@ use strict; use warnings; use TestLib; -use Test::More tests => 6; +use Test::More tests => 7; use FindBin; use lib $FindBin::RealBin; |