On Thu, Oct 31, 2024 at 4:26 PM Ajin Cherian <itsajin@gmail.com> wrote:
>
> 5. Verified that publications with different column list are disallowed to be subscribed by one subscription
> a. PUB_A(column list = (a, b)) PUB_B(no column list, with publish_generated_column) - OK
> b. PUB_A(column list = (a, b)) PUB_B(no column list, without publish_generated_column) - FAIL
> c. PUB_A(no column list, without publish_generated_column) PUB_B(no column list, with publish_generated_column) -
FAIL
>
> Tests did not show any unexpected behaviour.
>
Thanks for the tests, but the results of step 5 do not clearly show
whether they are correct because you haven't shared the table schema.
--
With Regards,
Amit Kapila.