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

Pin Postgres version in BackendRuntimeParams passed to compiler #5698

Merged
merged 1 commit into from Jun 27, 2023

Conversation

elprans
Copy link
Member

@elprans elprans commented Jun 26, 2023

Force Postgres version in BackendRuntimeParams to be the
minimal supported, because the compiler does not rely on
the version, and not pinning it would make the remote compiler
pool refuse connections from clients that have differing versions
of Postgres backing them.

@elprans elprans force-pushed the compiler-pool-backend-version branch from b8d6914 to f3d9c98 Compare June 26, 2023 23:33
Force Postgres version in `BackendRuntimeParams` to be the
minimal supported, because the compiler does not rely on
the version, and not pinning it would make the remote compiler
pool refuse connections from clients that have differing versions
of Postgres backing them.
@elprans elprans force-pushed the compiler-pool-backend-version branch from f3d9c98 to 9023247 Compare June 27, 2023 00:00
@elprans elprans merged commit f59ed93 into master Jun 27, 2023
21 checks passed
@elprans elprans deleted the compiler-pool-backend-version branch June 27, 2023 16:25
msullivan pushed a commit that referenced this pull request Jul 6, 2023
)

Force Postgres version in `BackendRuntimeParams` to be the
minimal supported, because the compiler does not rely on
the version, and not pinning it would make the remote compiler
pool refuse connections from clients that have differing versions
of Postgres backing them.
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

3 participants