Обсуждение: Fix src/test/subscription/t/003_constraints.pl header comment

Поиск
Список
Период
Сортировка

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

От
Alexander Korotkov
Дата:
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
Вложения

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

От
Magnus Hagander
Дата:


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! 

--