Re: pgsql: Fix theoretical bug in tuplesort
On Tue, 13 Jul 2021 at 12:42, Tom Lane wrote: > > ... btw, wouldn't it be advisable to set stup->tuple to NULL > after dropping the referenced storage? I think that's probably a good idea. I'll adjust that now... David
Re: pgsql: Fix theoretical bug in tuplesort
... btw, wouldn't it be advisable to set stup->tuple to NULL after dropping the referenced storage? regards, tom lane