You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
this failed because it could not write to Application folder
sudo cargo pgrx install --release failed also
cargo pgrx install --sudo --release
this wrote files to pgvectorscale-0.5.1/target/release/vectorscale-pg17/Applications/Postgres.app/Contents/Versions/17/ and I was able to copy files to application.
After Postgres.app restart CREATE EXTENSION IF NOT EXISTS vectorscale CASCADE; worked.
What happened?
clang diagnosed error: /Applications/Postgres.app/Contents/Versions/17/include/postgresql/server/c.h:59:10: fatal error: 'stdio.h' file not found
pgvectorscale extension affected
0.5.1
PostgreSQL version used
17.0
What operating system did you use?
OSX 15.2
What installation method did you use?
Source
What platform did you run on?
Not applicable
Relevant log output and stack trace
clang diagnosed error: /Applications/Postgres.app/Contents/Versions/17/include/postgresql/server/c.h:59:10: fatal error: 'stdio.h' file not found
How can we reproduce the bug?
Are you going to work on the bugfix?
None
The text was updated successfully, but these errors were encountered: