postgresql/src/test/subscription
Peter Eisentraut 347302730d Fix parsing of DROP SUBSCRIPTION ... DROP SLOT
It didn't actually parse before.

Reported-by: Masahiko Sawada <sawada.mshk@gmail.com>
2017-03-03 23:29:13 -05:00
..
t Fix parsing of DROP SUBSCRIPTION ... DROP SLOT 2017-03-03 23:29:13 -05:00
.gitignore
Makefile Update copyright years in some recently added files 2017-01-25 12:32:05 -05:00
README

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.