Re: [PATCH TEST] Fix logical replication setup in subscription test `t/009_matviews.pl` - Mailing list pgsql-hackers

From Amit Kapila
Subject Re: [PATCH TEST] Fix logical replication setup in subscription test `t/009_matviews.pl`
Date
Msg-id CAA4eK1JSDePjiBhE9zdwiFYmz4VBwZzH4g_ywSKpsR1-R8=8jw@mail.gmail.com
Whole thread Raw
In response to [PATCH TEST] Fix logical replication setup in subscription test `t/009_matviews.pl`  (Грем Снорт <grem.snoort@gmail.com>)
List pgsql-hackers
On Thu, Oct 9, 2025 at 6:07 PM Грем Снорт <grem.snoort@gmail.com> wrote:
>
> Hello!
> I've found a simple problem in one of subscription tests (`src/test/subscription/t/009_matviews.pl`).
> When running this test, it completes successfully (All tests successful. Result: PASS) but there is an error in
subscriber'slogs: 
> ```
> logical replication apply worker[1865731] ERROR:  logical replication target relation "public.test1" does not exist
> ```
>

This is a harmless ERROR as in the next try, the apply for insert will
be successful. But for neatness, we can use your change.

--
With Regards,
Amit Kapila.



pgsql-hackers by date:

Previous
From: Daniel Gustafsson
Date:
Subject: Re: URLs in rbtree.c are broken
Next
From: Daniel Gustafsson
Date:
Subject: Re: Support getrandom() for pg_strong_random() source