Skip to content

Latest commit

 

History

History
 
 

shmem

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

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.