Re: Switch to multi-inserts for pg_depend

Поиск
Список
Период
Сортировка
От Daniel Gustafsson
Тема Re: Switch to multi-inserts for pg_depend
Дата
Msg-id E975AF1C-7AC2-4748-886E-40CAD914A8A1@yesql.se
обсуждение исходный текст
Ответ на Re: Switch to multi-inserts for pg_depend  (Michael Paquier <michael@paquier.xyz>)
Список pgsql-hackers
> On 3 Sep 2020, at 12:19, Michael Paquier <michael@paquier.xyz> wrote:
>
> On Thu, Sep 03, 2020 at 09:47:07AM +0200, Daniel Gustafsson wrote:
>> I think this version is a clear improvement.  Nothing more sticks out from a
>> read-through.
>
> Thanks for taking the time to look at it, Daniel.  We of course could
> still try to figure out how we could group all dependencies without
> worrying about their type, but I'd like to leave that as future work
> for now.  This is much more complex than what's proposed on this
> thread, and I am not sure if we really need to make this stuff more
> complex for this purpose.

Agreed,  I think that's a separate piece of work and discussion.

cheers ./daniel


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

Предыдущее
От: Michael Paquier
Дата:
Сообщение: Re: Switch to multi-inserts for pg_depend
Следующее
От: Craig Ringer
Дата:
Сообщение: [PATCH] Detect escape of ErrorContextCallback stack pointers (and from PG_TRY() )