From 8cdc834647b8b1558c10a7d27a3580a32e04c500 Mon Sep 17 00:00:00 2001 From: Magnus Hagander Date: Thu, 29 Mar 2018 19:11:05 +0200 Subject: [PATCH] Fix incorrect copy/paste in comment Author: Alexander Korotkov --- src/test/subscription/t/003_constraints.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/subscription/t/003_constraints.pl b/src/test/subscription/t/003_constraints.pl index 6f6805b952..fe47447b98 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;