|
|
|
|
|
by zombodb
976 days ago
|
|
I don’t think we even expose the TableAM APIs? They are incredibly hard to generate bindings for from the C headers — lots of inline functions and complex #define macros. We have an ambitious goal with pgrx and it’s going to take many years and countless hours of developer effort to get there. It can, however, serve as a way for newcomers to gain experience with Postgres internals. Regarding the TableAM specifically, when we are able to create a safe Rust wrapper around it, that wrapper will be documented. |
|
https://github.com/pgcentralfoundation/pgrx/blob/c2eac033856...