1
0
mirror of https://github.com/postgres/postgres.git synced 2025-06-16 06:01:02 +03:00

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
This commit is contained in:
Alvaro Herrera
2019-09-30 14:04:00 -03:00
parent 927474ce1a
commit 7524c78874
5 changed files with 24 additions and 12 deletions

View File

@ -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;