v1 patch occurs gcc warnings, I fixed it.
2022年8月13日(土) 22:42 Kazutaka Onishi <onishi@heterodb.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,