Fix src/test/subscription/t/003_constraints.pl header comment

Started by Alexander Korotkovalmost 8 years ago2 messages
#1Alexander Korotkov
a.korotkov@postgrespro.ru
1 attachment(s)

Hi!

src/test/subscription/t/003_constraints.pl starts from the line

# Basic logical replication test

It seems that this line was copy-pasted from src/test/subscription/t/
001_rep_changes.pl.
Fix is attached.

------
Alexander Korotkov
Postgres Professional: http://www.postgrespro.com
The Russian Postgres Company

Attachments:

fix_003_constraints_header_comment.patchapplication/octet-stream; name=fix_003_constraints_header_comment.patchDownload
diff --git a/src/test/subscription/t/003_constraints.pl b/src/test/subscription/t/003_constraints.pl
index 6f6805b952..51c4c4bb3a 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 constraints work on subscriber
 use strict;
 use warnings;
 use PostgresNode;
#2Magnus Hagander
magnus@hagander.net
In reply to: Alexander Korotkov (#1)
Re: Fix src/test/subscription/t/003_constraints.pl header comment

On Thu, Mar 29, 2018 at 1:32 PM, Alexander Korotkov <
a.korotkov@postgrespro.ru> wrote:

Hi!

src/test/subscription/t/003_constraints.pl starts from the line

# Basic logical replication test

It seems that this line was copy-pasted from src/test/subscription/t/001_
rep_changes.pl.
Fix is attached.

Applied with the addition of another "that" in the text. Thanks!

--
Magnus Hagander
Me: https://www.hagander.net/ <http://www.hagander.net/&gt;
Work: https://www.redpill-linpro.com/ <http://www.redpill-linpro.com/&gt;