Re: Free indexed_tlist memory explicitly within set_plan_refs()

From: Peter Geoghegan <pg(at)heroku(dot)com>
To: Pg Hackers <pgsql-hackers(at)postgresql(dot)org>
Cc: Andres Freund <andres(at)anarazel(dot)de>
Subject: Re: Free indexed_tlist memory explicitly within set_plan_refs()
Date: 2015-05-29 10:04:26
Message-ID: CAM3SWZSsamJFVQXuW6M+SOmg9+38WvdupURT1A_L2PzVnm1meQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Thu, May 28, 2015 at 6:31 PM, Peter Geoghegan <pg(at)heroku(dot)com> wrote:
> This concerns a thinko in unique index inference. See the commit
> message for full details.

It seems I missed a required defensive measure here. Attached patch
adds it, too.

--
Peter Geoghegan

Attachment Content-Type Size
0004-Additional-defensive-measure.patch text/x-patch 789 bytes

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Pavel Stehule 2015-05-29 10:38:53 Re: bugfix: incomplete implementation of errhidecontext
Previous Message Amit Kapila 2015-05-29 09:49:26 Re: fsync-pgdata-on-recovery tries to write to more files than previously