diff options
author | Magnus Hagander <magnus@hagander.net> | 2018-03-29 19:11:05 +0200 |
---|---|---|
committer | Magnus Hagander <magnus@hagander.net> | 2018-03-29 19:11:05 +0200 |
commit | 8cdc834647b8b1558c10a7d27a3580a32e04c500 (patch) | |
tree | 2fcb129d4e69cc0a2752ddff4b7273883f5767f4 | |
parent | 9778d5c180c06998c315a4ae4753b927e3bc4ea8 (diff) | |
download | postgresql-8cdc834647b8b1558c10a7d27a3580a32e04c500.tar.gz postgresql-8cdc834647b8b1558c10a7d27a3580a32e04c500.zip |
Fix incorrect copy/paste in comment
Author: Alexander Korotkov <a.korotkov@postgrespro.ru>
-rw-r--r-- | src/test/subscription/t/003_constraints.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/subscription/t/003_constraints.pl b/src/test/subscription/t/003_constraints.pl index 6f6805b952f..fe47447b987 100644 --- a/src/test/subscription/t/003_constraints.pl +++ b/src/test/subscription/t/003_constraints.pl @@ -1,4 +1,4 @@ -# Basic logical replication test +# This test checks that constraints work on subscriber use strict; use warnings; use PostgresNode; |