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

From: Daniel Gustafsson <daniel(at)yesql(dot)se>
To: Andres Freund <andres(at)anarazel(dot)de>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Ought to use heap_multi_insert() for pg_attribute/depend insertions?
Date: 2019-05-23 07:09:52
Message-ID: 134DA2D2-013B-44C7-A593-3F7CE5B6CCA9@yesql.se
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> On 23 May 2019, at 03:46, Andres Freund <andres(at)anarazel(dot)de> wrote:
> On 2019-05-22 10:25:14 +0200, Daniel Gustafsson wrote:

>> When a colleague was looking at heap_multi_insert in the COPY codepath I
>> remembered this and took a stab at a WIP patch inspired by this email, while
>> not following it to the letter. It’s not going the full route of collecting
>> all the dependencies for creating a table, but adding ways to perform
>> multi_heap_insert in the existing codepaths as it seemed like a good place to
>> start.
>
> Cool. I don't quite have the energy to look at this right now, could you
> create a CF entry for this?

Of course, done.

cheers ./daniel

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Kyotaro HORIGUCHI 2019-05-23 07:10:35 Re: [HACKERS] WAL logging problem in 9.4.3?
Previous Message Paul A Jungwirth 2019-05-23 07:02:56 Re: docs about FKs referencing partitioned tables