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

Move extension server code out of Postgres fork #11126

Open
tristan957 opened this issue Mar 6, 2025 · 0 comments
Open

Move extension server code out of Postgres fork #11126

tristan957 opened this issue Mar 6, 2025 · 0 comments
Labels
c/compute Component: compute, excluding postgres itself

Comments

@tristan957
Copy link
Member

We can use a process utility hook for CREATE EXTENSION and ALTER EXTENSION UPDATE to make the request to the extension server.

In addition, we should pass known remote extensions to the Neon extension so it doesn't make requests to the extension server for extensions that can't possibly exist.

@tristan957 tristan957 added the c/compute Component: compute, excluding postgres itself label Mar 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
c/compute Component: compute, excluding postgres itself
Projects
None yet
Development

No branches or pull requests

1 participant