pgrx
pgrx copied to clipboard
Reading / writing Postgres block files
Postgres stores data in files of 8k block, and has primitives for reading, writing, and locking these files. Has pgx wrapped any of that functionality? Is there any sample code?
pgx has not wrapped any of that. I'm not sure if the bindings are there for everything either.
If they're not, send us a list of the headers you need and we'll cut a new release. Or feel free to edit pgx' include/*.h files and send us a PR.