Skip to content

[PATCH v1] extension_control_path #9

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

Closed
wants to merge 1 commit into from
Closed

Conversation

theory
Copy link
Owner

@theory theory commented Jan 14, 2025

The new GUC extension_control_path specifies a path to look for extension control files. The default value is $system, which looks in the compiled-in location, as before.

The path search uses the same code and works in the same way as dynamic_library_path.

Discussion: https://www.postgresql.org/message-id/flat/[email protected]

TODO: Some utility functions such as pg_available_extensions() are not adjusted to be aware of the path yet.

The new GUC extension_control_path specifies a path to look for
extension control files.  The default value is $system, which looks in
the compiled-in location, as before.

The path search uses the same code and works in the same way as
dynamic_library_path.

Discussion: https://www.postgresql.org/message-id/flat/[email protected]

TODO: Some utility functions such as pg_available_extensions() are not
adjusted to be aware of the path yet.
@theory theory self-assigned this Jan 14, 2025
@theory
Copy link
Owner Author

theory commented Apr 24, 2025

Committed in 4f7f7b0.

@theory theory closed this Apr 24, 2025
@theory theory deleted the extension_control_path branch April 28, 2025 21:11
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.

2 participants