mirror of
https://github.com/neondatabase/neon.git
synced 2026-08-18 20:18:23 +00:00
5c934efb29
We don't want to depend on postgres_ffi in an API crate. If there is no such dependency, we can compile stuff like `storcon_cli` without needing a full working postgres build. Fixes regression of #12548 (before we could compile it).