mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-10 06:52:55 +00:00
The postgres_ext.h isn't found in vendor/postgres, if the Postgres was restored from cache instead of building it in vendor/postgres. To fix, change include path to point into tmp_install/include where the headers are installed, instead of the vendor/postgres source dir.