postgresql/src/test/subscription
2018-05-01 10:33:02 -04:00
..
t perltidy: Add option --nooutdent-long-quotes 2018-04-27 11:37:43 -04:00
.gitignore Logical replication 2017-01-20 09:04:49 -05:00
Makefile Add installcheck support to more test suites 2018-01-23 07:11:38 -05:00
README Document that subscription tests require hstore 2018-05-01 10:33:02 -04:00

src/test/subscription/README

Regression tests for subscription/logical replication
=====================================================

This directory contains a test suite for subscription/logical replication.

Running the tests
=================

    make check

or

    make installcheck

This requires the --enable-tap-tests argument to configure.

Running the tests creates a temporary installation (in the case of
"check"), and some tests may create one or multiple nodes, for the
purpose of the tests.

Running installcheck requires the hstore extension to be installed.