postgresql/src/test/subscription
Magnus Hagander 8cdc834647 Fix incorrect copy/paste in comment
Author: Alexander Korotkov <a.korotkov@postgrespro.ru>
2018-03-29 19:11:05 +02:00
..
t Fix incorrect copy/paste in comment 2018-03-29 19:11:05 +02:00
.gitignore
Makefile Add installcheck support to more test suites 2018-01-23 07:11:38 -05:00
README Add installcheck support to more test suites 2018-01-23 07:11:38 -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

or

    make installcheck

NOTE: This creates a temporary installation (in the case of "check"),
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.