Re: Re[3]: On login trigger: take three

Поиск
Список
Период
Сортировка
От Greg Nancarrow
Тема Re: Re[3]: On login trigger: take three
Дата
Msg-id CAJcOf-d-Ry3O1O5NFVz-=e+DKnuJt3S1x2Ee4eoRKC4DfjVFQw@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Re[3]: On login trigger: take three  (vignesh C <vignesh21@gmail.com>)
Ответы Re: Re[3]: On login trigger: take three
Re[5]: On login trigger: take three
Список pgsql-hackers
On Sun, Jul 4, 2021 at 1:21 PM vignesh C <vignesh21@gmail.com> wrote:
>
> CFBot shows the following failure:
> # poll_query_until timed out executing this query:
> # SELECT '0/3046250' <= replay_lsn AND state = 'streaming' FROM
> pg_catalog.pg_stat_replication WHERE application_name = 'standby_1';
> # expecting this output:
> # t
> # last actual query output:
> # t
> # with stderr:
> # NOTICE: You are welcome!
> # Looks like your test exited with 29 before it could output anything.
> t/001_stream_rep.pl ..................
> Dubious, test returned 29 (wstat 7424, 0x1d00)
>

Thanks.
I found that the patch was broken by commit f452aaf7d (the part
"adjust poll_query_until to insist on empty stderr as well as a stdout
match").
So I had to remove a "RAISE NOTICE" (which was just an informational
message) from the login trigger function, to satisfy the new
poll_query_until expectations.
Also, I updated a PG14 version check (now must check PG15 version).

Regards,
Greg Nancarrow
Fujitsu Australia

Вложения

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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: visibility map corruption
Следующее
От: Andy Fan
Дата:
Сообщение: Re: Keep notnullattrs in RelOptInfo (Was part of UniqueKey patch series)