github pgcentralfoundation/pgrx v0.1.8

latest releases: v0.11.4, v0.12.0-alpha.1, v0.12.0-alpha.0...
3 years ago

This is pgx v0.1.8. It is a minor release that adds a few more Postgres header bindings and ports a few Postgres macros.

To upgrade, please ensure to run:

$ cargo install cargo-pgx

And don't forget to update your own Cargo.toml dependency versions.

New Postgres Headers

  • added pg_config.h
  • added access/heapam.h
  • added storage/bufmgr.h

New Macros as Rust functions

  • pg_sys::HeapTupleHeaderIsHeapOnly
  • pg_sys::HeapTupleHeaderIsHotUpdated
  • pg_sys::HeapTupleHeaderXminInvalid
  • pg_sys::BufferGetPage
  • pg_sys::BufferGetBlock
  • pg_sys::BufferIsLocal

Please Sponsor Our Work

While a labor of love, pgx development is not without cost. Please consider sponsoring our work to offset those costs. All sponsorship tiers are appreciated.

Don't miss a new pgrx release

NewReleases is sending notifications on new releases.