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

From Kazutaka Onishi
Subject Asynchronous execution support for Custom Scan
Date
Msg-id CAJuF6cOMdvHSe+_7eHxzHGB3CVC9a890gBLLbpZTvi2pGgnB2g@mail.gmail.com
Whole thread Raw
Responses Re: Asynchronous execution support for Custom Scan
List pgsql-hackers
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: Thomas Munro
Date:
Subject: Re: Cleaning up historical portability baggage
Next
From: Ajin Cherian
Date:
Subject: Re: Support logical replication of DDLs