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

..08-Nov-2021-

t/H08-Nov-2021-4,1312,906

.gitignoreH A D08-Nov-202138 32

MakefileH A D08-Nov-2021635 2811

READMEH A D08-Nov-2021730 2417

README

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