• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..08-Nov-2021-

t/H08-Nov-2021-3,4942,333

.gitignoreH A D08-Nov-202138 32

MakefileH A D08-Nov-2021729 3012

READMEH A D08-Nov-2021777 2619

README

1src/test/recovery/README
2
3Regression tests for recovery and replication
4=============================================
5
6This directory contains a test suite for recovery and replication.
7
8Running the tests
9=================
10
11NOTE: You must have given the --enable-tap-tests argument to configure.
12Also, to use "make installcheck", you must have built and installed
13contrib/test_decoding in addition to the core code.
14
15Run
16    make check
17or
18    make installcheck
19You can use "make installcheck" if you previously did "make install".
20In that case, the code in the installation tree is tested.  With
21"make check", a temporary installation tree is built from the current
22sources and then tested.
23
24Either way, this test initializes, starts, and stops several test Postgres
25clusters.
26