Re: pgsql: Fix theoretical bug in tuplesort

2021-07-12 Thread David Rowley
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

2021-07-12 Thread Tom Lane
... btw, wouldn't it be advisable to set stup->tuple to NULL after dropping the referenced storage? regards, tom lane