Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 445 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 445 Bytes

Postgres Shared Memory and LWLock Support

Important:

Extensions that use shared memory must be loaded via postgresql.conf's shared_preload_libraries configuration setting.

For now, please check out the example in src/lib.rs. It demonstrates how to safely use standard Rust types, Rust Atomics, and various data structures from heapless via Postgres' shared memory system.