Re: pgsql: Fix theoretical bug in tuplesort - Mailing list pgsql-committers

From David Rowley
Subject Re: pgsql: Fix theoretical bug in tuplesort
Date
Msg-id CAApHDvr+cixr3Rs13Cr3_zr+DNFGSsgACJtgsM1ptuDuhpCX4Q@mail.gmail.com
Whole thread Raw
In response to Re: pgsql: Fix theoretical bug in tuplesort  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-committers
On Tue, 13 Jul 2021 at 12:42, Tom Lane <tgl@sss.pgh.pa.us> 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



pgsql-committers by date:

Previous
From: David Rowley
Date:
Subject: pgsql: Fix theoretical bug in tuplesort
Next
From: Thomas Munro
Date:
Subject: Re: pgsql: Add PSQL_WATCH_PAGER for psql's \watch command.