Re: Add minimal C example and SQL registration example for custom table access methods.
Phil Eaton <phil@eatonphil.com>
From: Phil Eaton <phil@eatonphil.com>
To: Robert Haas <robertmhaas@gmail.com>
Cc: fabriziomello@gmail.com, Roberto Mello <roberto.mello@gmail.com>, pgsql-hackers@lists.postgresql.org
Date: 2024-05-14T19:02:03Z
Lists: pgsql-hackers
Commits
Same data as JSON:
GET /api/v1/messages/:b64id/commits
the thread's linked commits as JSON, with link sources.
API reference →
-
doc: Add minimal C and SQL example to add a custom table AM handler
- e09fff7c980a 18.0 landed
Attachments
- v3-0001-Add-minimal-C-example-and-SQL-registration-exampl.patch (application/octet-stream) patch v3-0001
> I took a look at this patch and I don't think this is a very good > idea, No problem! I've dropped the v2 code additions and stuck with the v1 attempt plus feedback. Thank you! Phil