Re: pgsql: Fix theoretical bug in tuplesort

From: David Rowley <dgrowleyml(at)gmail(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: David Rowley <drowley(at)postgresql(dot)org>, pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: Re: pgsql: Fix theoretical bug in tuplesort
Date: 2021-07-13 00:48:42
Message-ID: CAApHDvr+cixr3Rs13Cr3_zr+DNFGSsgACJtgsM1ptuDuhpCX4Q@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

On Tue, 13 Jul 2021 at 12:42, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)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

In response to

Browse pgsql-committers by date

  From Date Subject
Next Message Thomas Munro 2021-07-13 01:03:51 Re: pgsql: Add PSQL_WATCH_PAGER for psql's \watch command.
Previous Message David Rowley 2021-07-13 00:47:13 pgsql: Fix theoretical bug in tuplesort