Re: Asynchronous execution support for Custom Scan

From: Kazutaka Onishi <onishi(at)heterodb(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Cc: Kohei KaiGai <kaigai(at)heterodb(dot)com>
Subject: Re: Asynchronous execution support for Custom Scan
Date: 2022-08-14 03:59:15
Message-ID: CAJuF6cNO3tqfkkquukTHTcd3=rn80kp2dAiqW2Q_HZbr7PX2+Q@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

v1 patch occurs gcc warnings, I fixed it.

2022年8月13日(土) 22:42 Kazutaka Onishi <onishi(at)heterodb(dot)com>:
>
> Hello,
>
> I suggest supporting asynchronous execution for Custom Scan.
> Since v14, PostgreSQL supports asynchronous execution for Foreign Scan.
> This patch enables asynchronous execution by applying the process for
> Foreign Scan to Custom Scan .
>
> The patch is divided into 2 parts, source and documents(sgml).
>
>
> Regards,

Attachment Content-Type Size
v2-0001-allow-custon-scan-asynchronous-execution.patch application/octet-stream 5.0 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2022-08-14 05:37:46 Re: Include the dependent extension information in describe command.
Previous Message Mark Simon 2022-08-14 03:36:01 Re: Suggestion: optionally return default value instead of error on failed cast