On Thu, 3 Nov 2022 20:44:16 +0100
Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org> wrote:
> On 2022-Oct-05, Alvaro Herrera wrote:
>
> > I've been giving the patches a look and it caused me to notice two
> > additional bugs in the same area:
> >
> > - FKs in partitions are sometimes marked NOT VALID. This is because of
> > missing initialization when faking up a Constraint node in
> > CloneFkReferencing. Easy to fix, have patch, running tests now.
>
> I have pushed the fix for this now.
Thank you Alvaro!