Mastering Memory Contexts in Rust pgrx PostgreSQL Extensions
Introduction: Why Memory Contexts Matter for Rust pgrx Extensions When I started writing my first Rust pgrx PostgreSQL extension, I assumed Rust’s ownership model would “just” keep me safe. Then I hit my first crash caused by PostgreSQL freeing memory… Read More »Mastering Memory Contexts in Rust pgrx PostgreSQL Extensions
