On Friday, January 7, 2022 11:50 AM Hou, Zhijie wrote:
> Attach the v60 patch set.
> Note that the 0004 patch is merged to 0001 patch.
>
Attach the v61 patch set.
Details
=======
V61-0001
- Remove the redundant coerce_to_target_type() in
pgoutput_row_filter_init_expr(). (Vignesh)
- Check no_filter before adding row filter to list(rfnodes). (Wangw [1])
V61-0002
(Peter's comments 1 ~ 6 except 1e from [2])
- remove unnecessary parens in pgoutput_row_filter
- update commit message
- update code comments
- remove unused function declaretion
V61-0003
- handle the Tab completion of "WITH(" in
"create publication pub1 for table t1 where (c1 > 10)": (Vignesh)
[1] https://www.postgresql.org/message-id/CAHut%2BPtzEjqfzdSvouNPm1E60qzzF%2BDS%3DwcocLLDvPYCpLXB9g%40mail.gmail.com
[2] https://www.postgresql.org/message-id/CAHut%2BPvC7XFEJDFpEdaAneNUNv9Lo8O9SjEQyzUsBObrdkwTaw%40mail.gmail.com
Best regards,
Hou zj