On Tue, Aug 12, 2025 at 7:21 PM Etsuro Fujita wrote:
> On Tue, Aug 12, 2025 at 2:03 AM Dean Rasheed wrote:
> > On Mon, 11 Aug 2025 at 12:25, Etsuro Fujita wrote:
> > >
> > > /*
> > > * Other information needed by child result relations
> > > *
> > > * RootResultRelInfo gives t
Hi,
On Tue, Aug 12, 2025 at 2:03 AM Dean Rasheed wrote:
> On Mon, 11 Aug 2025 at 12:25, Etsuro Fujita wrote:
> >
> > /*
> > * Other information needed by child result relations
> > *
> > * RootResultRelInfo gives the target relation mentioned in the query.
> > * Used as t
Hi,
On Mon, Aug 11, 2025 at 8:53 PM Kirill Reshke wrote:
> Hi! Looks like you forgot to actually attach a patch file?
I didn't attach a patch intentionally because this is a
documentation-only change, but you can find a patch for the updated
version of this in [1].
Thanks!
Best regards,
Etsuro
On Mon, 11 Aug 2025 at 12:25, Etsuro Fujita wrote:
>
> /*
> * Other information needed by child result relations
> *
> * RootResultRelInfo gives the target relation mentioned in the query.
> * Used as the root for tuple routing and/or transition capture.
> *
> * P
On Mon, 11 Aug 2025 at 16:25, Etsuro Fujita wrote:
>
> Hi,
>
> While working on commit 62a1211d3, I noticed $SUBJECT:
>
> /*
> * Information needed by tuple routing target relations
> *
> * RootResultRelInfo gives the target relation mentioned in the query, if
> * it's a pa