postgresql/src/test/subscription
2017-08-14 17:29:33 -04:00
..
t Final pgindent + perltidy run for v10. 2017-08-14 17:29:33 -04:00
.gitignore Logical replication 2017-01-20 09:04:49 -05:00
Makefile Update copyright years in some recently added files 2017-01-25 12:32:05 -05:00
README Logical replication 2017-01-20 09:04:49 -05: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

NOTE: This creates a temporary installation, and some tests may
create one or multiple nodes, for the purpose of the tests.

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