Re: Ought to use heap_multi_insert() for pg_attribute/depend insertions?

From: Andres Freund <andres(at)anarazel(dot)de>
To: Daniel Gustafsson <daniel(at)yesql(dot)se>
Cc: Michael Paquier <michael(at)paquier(dot)xyz>, Tomas Vondra <tomas(dot)vondra(at)2ndquadrant(dot)com>, Thomas Munro <thomas(dot)munro(at)gmail(dot)com>, pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Ought to use heap_multi_insert() for pg_attribute/depend insertions?
Date: 2020-07-31 15:51:35
Message-ID: 20200731155135.u3j7iwuxpn24bylt@alap3.anarazel.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi,

On 2020-07-30 23:23:38 +0200, Daniel Gustafsson wrote:
> > On 30 Jul 2020, at 03:28, Michael Paquier <michael(at)paquier(dot)xyz> wrote:
> > On Wed, Jul 29, 2020 at 11:34:07PM +0200, Daniel Gustafsson wrote:
>
> >> Fair enough, let's break out pg_depend and I'll have another go at that.
> >
> > Thanks. Attached is a polished version of the patch that I intend to
> > commit for pg_attribute and pg_shdepend. Let's look again at
> > pg_depend later, as there are also links with the handling of
> > dependencies for ALTER TABLE mainly.
>
> Looks good, thanks.

Nice work!

Greetings,

Andres Freund

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Mark Dilger 2020-07-31 15:51:50 Re: new heapcheck contrib module
Previous Message Andres Freund 2020-07-31 15:50:18 Re: Why is pq_begintypsend so slow?