mirror of
https://github.com/neondatabase/neon.git
synced 2026-08-18 12:08:19 +00:00
7f777a485e
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.