Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow distribute EdgeDB server without bundled Postgres #6462

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

fantix
Copy link
Member

@fantix fantix commented Nov 13, 2023

This is not a part of the stable API, and may break in a later release.

Before this PR, an internal _bundled_pg_version depends on the result of the command pg_config. This PR added an environment variable _EDGEDB_BUILDMETA_PG_VERSION that also allows setting _bundled_pg_version without calling pg_config.

Fixes #6449

This is not a part of the stable API, and may break in a later release.

Before this PR, an internal `_bundled_pg_version` depends on the result
of the command `pg_config`. This PR added an environment variable
`_EDGEDB_BUILDMETA_PG_VERSION` that also allows setting
`_bundled_pg_version` without calling `pg_config`.
@fantix fantix requested a review from elprans November 13, 2023 18:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant