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

Поиск
Список
Период
Сортировка
От Andres Freund
Тема Re: Ought to use heap_multi_insert() for pg_attribute/depend insertions?
Дата
Msg-id 20200731155135.u3j7iwuxpn24bylt@alap3.anarazel.de
обсуждение исходный текст
Ответ на Re: Ought to use heap_multi_insert() for pg_attribute/depend insertions?  (Daniel Gustafsson <daniel@yesql.se>)
Список pgsql-hackers
Hi,

On 2020-07-30 23:23:38 +0200, Daniel Gustafsson wrote:
> > 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.

Nice work!

Greetings,

Andres Freund



В списке pgsql-hackers по дате отправления:

Предыдущее
От: Andres Freund
Дата:
Сообщение: Re: Why is pq_begintypsend so slow?
Следующее
От: Mark Dilger
Дата:
Сообщение: Re: new heapcheck contrib module