Improve notation of BuiltinTrancheNames
[pgsql.git] / src / test / subscription / README
blob69e40c5f55df2258ed0fb54e9e8e2702a6ac280d
1 src/test/subscription/README
3 Regression tests for subscription/logical replication
4 =====================================================
6 This directory contains a test suite for subscription/logical replication.
8 Running the tests
9 =================
11 NOTE: You must have given the --enable-tap-tests argument to configure.
12 Also, to use "make installcheck", you must have built and installed
13 contrib/hstore in addition to the core code.
15 Run
16     make check
18     make installcheck
19 You can use "make installcheck" if you previously did "make install".
20 In that case, the code in the installation tree is tested.  With
21 "make check", a temporary installation tree is built from the current
22 sources and then tested.
24 Either way, this test initializes, starts, and stops several test Postgres
25 clusters.
27 See src/test/perl/README for more info about running these tests.