diff options
author | Fujii Masao <fujii@postgresql.org> | 2017-01-24 12:57:25 +0900 |
---|---|---|
committer | Fujii Masao <fujii@postgresql.org> | 2017-01-24 12:57:25 +0900 |
commit | 3eaf03b5d331b7a06d79e5ad2be7e36c4a9c3d72 (patch) | |
tree | 681045646032c70f6db0fc62011e836cf7e3f718 /src | |
parent | dc82f5a6406dfef21ae1668b1c69a32c8a68c670 (diff) | |
download | postgresql-3eaf03b5d331b7a06d79e5ad2be7e36c4a9c3d72.tar.gz postgresql-3eaf03b5d331b7a06d79e5ad2be7e36c4a9c3d72.zip |
Mention logical replication tests in src/test/README.
Craig Ringer
Diffstat (limited to 'src')
-rw-r--r-- | src/test/README | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/test/README b/src/test/README index 62395e78370..0019782fb1c 100644 --- a/src/test/README +++ b/src/test/README @@ -37,5 +37,8 @@ regress/ ssl/ Tests to exercise and verify SSL certificate handling +subscription/ + Tests for logical replication + thread/ A thread-safety-testing utility used by configure |