Re: Asynchronous execution support for Custom Scan - Mailing list pgsql-hackers

From Kazutaka Onishi
Subject Re: Asynchronous execution support for Custom Scan
Date
Msg-id CAJuF6cNO3tqfkkquukTHTcd3=rn80kp2dAiqW2Q_HZbr7PX2+Q@mail.gmail.com
Whole thread Raw
In response to Asynchronous execution support for Custom Scan  (Kazutaka Onishi <onishi@heterodb.com>)
Responses Re: Asynchronous execution support for Custom Scan
List pgsql-hackers
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,

Attachment

pgsql-hackers by date:

Previous
From: Mark Simon
Date:
Subject: Re: Suggestion: optionally return default value instead of error on failed cast
Next
From: Tom Lane
Date:
Subject: Re: Include the dependent extension information in describe command.