Closed owenthereal closed 1 year ago
This is related to https://github.com/supabase/pg_graphql/issues/430#issuecomment-1754272744.
This is related to how we dynamically generate symbols exported by the postmaster during schema generation.
The postmaster executable is required. Maybe we need to document that somewhere.
Oh. I see you closed this already. I guess you discovered that the postmaster binary is required?
Maybe we need to document that somewhere.
Yup, that would be nice. What happened was that the postgresql-server-dev-all
debian package doesn't include the postgres
binary: postgresql-all
is needed to use with pgrx
.
I don't suppose anyone knows how to fix this exact same error on macOS?
i've tried installing various things via brew such as postgresql
& libpq
, but no luck
This is the Dockerfile to reproduce the error for pg_graphql:
The error is:
This is some additional info:
Ref: https://github.com/supabase/pg_graphql/issues/430