Example Custom Scan Provider Implementation?

From: Eric Ridge <eebbrr(at)gmail(dot)com>
To: "pgsql-hackers(at)postgresql(dot)org" <pgsql-hackers(at)postgresql(dot)org>
Subject: Example Custom Scan Provider Implementation?
Date: 2017-03-07 22:10:41
Message-ID: CANcm6wY8WEA0xZCGHpXB5hsa_5_ZeSY-u76c=-rGKNpLRsraMw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi all!

Does anyone know of a simple, example Custom Scan Provider implementation
for 9.6+?

I found pg_strom by searching GitHub. Its gpuscan.c looks like maybe it
implements a pattern similar to what I want to do, but there's a lot of
extraneous (to me) stuff to parse through.

I'm kinda surprised there isn't an example in contrib/, actually.

Thanks for your time!

eric

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message legrand legrand 2017-03-07 22:15:32 Re: Statement-level rollback
Previous Message Robert Haas 2017-03-07 22:08:28 Re: Write Ahead Logging for Hash Indexes