Re: Cleanup SubPlanstate

2024-10-30 Thread David Rowley
On Wed, 30 Oct 2024 at 03:34, Rafia Sabih wrote: > While reviewing a related patch, it came to the notice that tab_eq_funcs in > the SubPlanState is not used. Hence the patch. Thanks for picking that up. I didn't quite understand why you adjusted the header comment for the TupleHashEntryData str

Re: Cleanup SubPlanstate

2024-10-29 Thread Andrei Lepikhov
On 10/29/24 21:34, Rafia Sabih wrote: Hello hackers, While reviewing a related patch, it came to the notice that tab_eq_funcs in the SubPlanState is not used. Hence the patch. Ok. My initial doubt in such cases is - may it be the case where we mask a mistake? But that case looks good. Introdu