On Fri, Nov 25, 2022 at 02:46:46AM +0000, houzj(dot)fnst(at)fujitsu(dot)com wrote:
> I think the reason is that we didn't filter the column when sending the old
> tuple in pgoutput. We thought that the old tuple won't include columns that not
> in RI, but it seems it will still be null values for such columns in the old
> tuple. So, I think we'd better filter the column for old tuple as well.
Isn't that something where you should have at least some coverage with
one or more regression tests?
--
Michael