Re: pgsql: Improve stability of TAP test for synchronous replication

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема Re: pgsql: Improve stability of TAP test for synchronous replication
Дата
Msg-id 20190724225651.GA6000@paquier.xyz
обсуждение исходный текст
Ответ на Re: pgsql: Improve stability of TAP test for synchronous replication  (Andrew Dunstan <andrew.dunstan@2ndquadrant.com>)
Список pgsql-committers
On Wed, Jul 24, 2019 at 02:17:14PM -0400, Andrew Dunstan wrote:
> This broke our perl coding rules:
>
> ./src/test/recovery/t/007_sync_rep.pl: Subroutine
> "start_standby_and_wait" does not end with "return" at line 33,
> column 1.  See page 197 of PBP.  (Severity: 5)

Fixed, thanks.  Indeed I can see that pgperlcritic complains here, and
I have added a call in my pre-commit scripts for the future.
--
Michael

Вложения

В списке pgsql-committers по дате отправления:

Предыдущее
От: Michael Paquier
Дата:
Сообщение: pgsql: Fix failure with pgperlcritic from the TAP test of synchronousr
Следующее
От: Andres Freund
Дата:
Сообщение: pgsql: Fix system column accesses in ON CONFLICT ... RETURNING.