Re: Ought to use heap_multi_insert() for pg_attribute/depend insertions? - Mailing list pgsql-hackers

From Daniel Gustafsson
Subject Re: Ought to use heap_multi_insert() for pg_attribute/depend insertions?
Date
Msg-id AEAD19A2-7719-45DE-9307-9EC50EAA6357@yesql.se
Whole thread Raw
In response to Re: Ought to use heap_multi_insert() for pg_attribute/depend insertions?  (Michael Paquier <michael@paquier.xyz>)
Responses Re: Ought to use heap_multi_insert() for pg_attribute/depend insertions?  (Michael Paquier <michael@paquier.xyz>)
Re: Ought to use heap_multi_insert() for pg_attribute/depend insertions?  (Andres Freund <andres@anarazel.de>)
List pgsql-hackers
> On 30 Jul 2020, at 03:28, Michael Paquier <michael@paquier.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.  Let's close the CF entry with this and open a new for the
pg_depend part when that's done.

cheers ./daniel


pgsql-hackers by date:

Previous
From: Robert Haas
Date:
Subject: Re: new heapcheck contrib module
Next
From: Thomas Munro
Date:
Subject: Re: Reducing WaitEventSet syscall churn