Files
neon/pgxn/neon/communicator
Heikki Linnakangas b568189f7b Build dummy libcommunicator into the 'neon' extension (#12266)
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.
2025-07-04 23:27:28 +00:00
..

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.