mirror of
https://github.com/neondatabase/neon.git
synced 2026-05-25 17:10:38 +00:00
This doesn't do anything interesting yet, but demonstrates linking Rust code to the neon Postgres extension, so that we can review and test drive just the build process changes independently.
This package will evolve into a "compute-pageserver communicator" process and machinery. For now, it's just a dummy that doesn't do anything interesting, but it allows us to test the compilation and linking of Rust code into the Postgres extensions.
At compilation time, pgxn/neon/communicator/ produces a static library, libcommunicator.a. It is linked to the neon.so extension library.