| 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-04-23 03:12:58 |
| Message-ID: | CAPmGK17O6fMfX84wWfypLWAO4NvD4fgDhm--oyzZ97YP+TxckA@mail.gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
On Thu, Apr 22, 2021 at 12:30 PM Etsuro Fujita <etsuro(dot)fujita(at)gmail(dot)com> wrote:
> > > + * We'll prefer to consider this join async-capable if any table from
> > > + * either side of the join is considered async-capable.
> > > + */
> > > + fpinfo->async_capable = fpinfo_o->async_capable ||
> > > + fpinfo_i->async_capable;
> I updated the above comment so that it explains the reason. Please
> find attached a patch. I did some cleanup as well:
I have committed the patch.
Best regards,
Etsuro Fujita
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tom Lane | 2021-04-23 03:17:19 | Re: Support tab completion for upper character inputs in psql |
| Previous Message | Bharath Rupireddy | 2021-04-23 03:04:30 | Re: Some doubious messages |