Re: Obsolete comments in ResultRelInfo struct

2025-08-17 Thread Etsuro Fujita
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

Re: Obsolete comments in ResultRelInfo struct

2025-08-12 Thread Etsuro Fujita
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

Re: Obsolete comments in ResultRelInfo struct

2025-08-12 Thread Etsuro Fujita
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

Re: Obsolete comments in ResultRelInfo struct

2025-08-11 Thread Dean Rasheed
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

Re: Obsolete comments in ResultRelInfo struct

2025-08-11 Thread Kirill Reshke
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