Re: Asynchronous Append on postgres_fdw nodes.

From: Etsuro Fujita <etsuro(dot)fujita(at)gmail(dot)com>
To: Kyotaro Horiguchi <horikyota(dot)ntt(at)gmail(dot)com>
Cc: Justin Pryzby <pryzby(at)telsasoft(dot)com>, Andrey Lepikhov <a(dot)lepikhov(at)postgrespro(dot)ru>, PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: Asynchronous Append on postgres_fdw nodes.
Date: 2021-03-30 11:40:35
Message-ID: CAPmGK178d9-+aFgYorOY4n0pZmZ55WpQ7i1JcCagovYzAh+ueg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Mon, Mar 29, 2021 at 6:50 PM Etsuro Fujita <etsuro(dot)fujita(at)gmail(dot)com> wrote:
> I think the patch would be committable.

Here is a new version of the patch.

* Rebased the patch against HEAD.
* Tweaked docs/comments a bit further.
* Added the commit message. Does that make sense?

I'm happy with the patch, so I'll commit it if there are no objections.

Best regards,
Etsuro Fujita

Attachment Content-Type Size
0001-Add-support-for-asynchronous-execution.patch application/octet-stream 123.4 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message David Rowley 2021-03-30 11:42:14 Re: Hybrid Hash/Nested Loop joins and caching results from subplans
Previous Message Masahiro Ikeda 2021-03-30 11:37:36 Re: wal stats questions