Re: Data is copied twice when specifying both child and parent table in publication

Поиск
Список
Период
Сортировка
От Peter Smith
Тема Re: Data is copied twice when specifying both child and parent table in publication
Дата
Msg-id CAHut+PssPSM3TRgCVxCqDWDMV461dRyhAHQ84cJEEytQ-JG-UQ@mail.gmail.com
обсуждение исходный текст
Ответ на RE: Data is copied twice when specifying both child and parent table in publication  ("wangw.fnst@fujitsu.com" <wangw.fnst@fujitsu.com>)
Список pgsql-hackers
I looked at v24-0001.

======
src/test/subscription/t/028_row_filter.pl

+# Check expected replicated rows for tap_pub_parent_sync and
+# tap_pub_child_sync
+# Since the option publish_via_partition_root of tap_pub_parent_sync is true,
+# so the row filter of tap_pub_parent_sync will be used:
+# tap_pub_parent_sync filter is: (a > 15)
+# tap_pub_child_sync filter is: (a < 15)

Maybe wrapping can be improved in the above comment and a full stop
added to the first sentence.

Otherwise, I have no more comments for v24.

------
Kind Regards,
Peter Smith



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

Предыдущее
От: Bharath Rupireddy
Дата:
Сообщение: Re: Add pg_walinspect function with block info columns
Следующее
От: "Drouvot, Bertrand"
Дата:
Сообщение: Re: Generate pg_stat_get_xact*() functions with Macros