Re: Asynchronous execution support for Custom Scan

Поиск
Список
Период
Сортировка
От vignesh C
Тема Re: Asynchronous execution support for Custom Scan
Дата
Msg-id CALDaNm1Jek2D2ZELmL4dVjoHV=fUR750mPJYN1wZKmpyXiwp9w@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Asynchronous execution support for Custom Scan  (vignesh C <vignesh21@gmail.com>)
Список pgsql-hackers
On Sun, 14 Jan 2024 at 11:21, vignesh C <vignesh21@gmail.com> wrote:
>
> On Fri, 2 Dec 2022 at 05:05, Kohei KaiGai <kaigai@heterodb.com> wrote:
> >
> > > > IIUC, we already can use ctid in the where clause on the latest
> > > > PostgreSQL, can't we?
> > >
> > > Oh, sorry, I missed the TidRangeScan. My apologies for the noise.
> > >
> > I made the ctidscan extension when we developed CustomScan API
> > towards v9.5 or v9.6, IIRC. It would make sense just an example of
> > CustomScan API (e.g, PG-Strom code is too large and complicated
> > to learn about this API), however, makes no sense from the standpoint
> > of the functionality.
>
> This patch has been moving from one CF to another CF without any
> discussion happening. It has been more than one year since any
> activity in this thread. I don't see there is much interest in this
> patch. I prefer to return this patch in this CF unless someone is
> interested in the patch and takes it forward.

Since the author or no one else showed interest in taking it forward
and the patch had no activity for more than 1 year, I have changed the
status to RWF. Feel free to add a new CF entry when someone is
planning to work on this.

Regards,
Vignesh



В списке pgsql-hackers по дате отправления:

Предыдущее
От: Sergey Dudoladov
Дата:
Сообщение: Re: Add connection active, idle time to pg_stat_activity
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Oversight in reparameterize_path_by_child leading to executor crash