Re: making update/delete of inheritance trees scale better

From: Heikki Linnakangas <hlinnaka(at)iki(dot)fi>
To: pgsql-hackers(at)lists(dot)postgresql(dot)org
Subject: Re: making update/delete of inheritance trees scale better
Date: 2020-11-11 12:10:56
Message-ID: 1a1d513b-2696-5e6c-c0b5-b77a06b161e5@iki.fi
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 29/10/2020 15:03, Amit Langote wrote:
> Rebased over the recent executor result relation related commits.

ModifyTablePath didn't get the memo that a ModifyTable can only have one
subpath after these patches. Attached patch, on top of your v5 patches,
cleans that up.

- Heikki

Attachment Content-Type Size
cleanup-modifytablepath.patch text/x-patch 5.4 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Fabien COELHO 2020-11-11 12:23:46 RE: pgbench: option delaying queries till connections establishment?
Previous Message Vik Fearing 2020-11-11 11:43:40 Re: Clean up optional rules in grammar