We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent10b4852 commit5847397Copy full SHA for 5847397
doc/src/sgml/install-windows.sgml
@@ -455,9 +455,10 @@ $ENV{CONFIG}="Debug";
455
</para>
456
457
<para>
458
- Running the regression tests on client programs, with "vcregress bincheck",
459
- or on recovery tests, with "vcregress recoverycheck" requires an additional
460
- Perl module to be installed:
+ Running the regression tests on client programs, with
+ <command>vcregress bincheck</>, or on recovery tests, with
+ <command>vcregress recoverycheck</> requires an additional Perl module
461
+ to be installed:
462
<variablelist>
463
<varlistentry>
464
<term><productname>IPC::Run</productname></term>
src/test/README
@@ -28,6 +28,9 @@ modules/
28
perl/
29
Infrastructure for Perl-based TAP tests
30
31
+recovery/
32
+ Test suite for recovery and replication
33
+
34
regress/
35
PostgreSQL's main regression test suite, pg_regress
36
src/test/recovery/.gitignore
@@ -1,3 +1,2 @@
1
# Generated by test suite
2
-/regress_log/
3
/tmp_check/
src/test/recovery/Makefile
@@ -15,3 +15,6 @@ include $(top_builddir)/src/Makefile.global
15
16
check:
17
$(prove_check)
18
19
+cleandistcleanmaintainer-clean:
20
+rm -rf tmp_check
src/test/recovery/README
@@ -3,11 +3,7 @@ src/test/recovery/README
Regression tests for recovery and replication
4
=============================================
5
6
-This directory contains a test suite for recovery and replication,
7
-testing mainly the interactions of recovery.conf with cluster
8
-instances by providing a simple set of routines that can be used
9
-to define a custom cluster for a test, including backup, archiving,
10
-and streaming configuration.
+This directory contains a test suite for recovery and replication.
11
12
Running the tests
13
=================
src/test/recovery/t/002_archiving.pl
@@ -1,4 +1,4 @@
-# test for archiving withwarm standby
+# test for archiving withhot standby
use strict;
use warnings;
use PostgresNode;
src/test/recovery/t/004_timeline_switch.pl
@@ -1,5 +1,5 @@
# Test for timeline switch
-# Ensure that a standby is able to follow a newly-promoted standby
+# Ensure that acascadingstandby is able to follow a newly-promoted standby
# on a new timeline.
src/tools/msvc/clean.bat
@@ -97,6 +97,7 @@ if exist src\bin\pg_ctl\tmp_check rd /s /q src\bin\pg_ctl\tmp_check
97
ifexist src\bin\pg_rewind\tmp_checkrd /s /q src\bin\pg_rewind\tmp_check
98
ifexist src\bin\pgbench\tmp_checkrd /s /q src\bin\pgbench\tmp_check
99
ifexist src\bin\scripts\tmp_checkrd /s /q src\bin\scripts\tmp_check
100
+ifexist src\test\recovery\tmp_checkrd /s /q src\test\recovery\tmp_check
101
102
REM Clean up datafiles built with contrib
103
REM cd contrib