On Thu, Oct 9, 2025 at 6:07 PM Грем Снорт <[email protected]> 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's logs: > ``` > 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.
