Add support for PostgreSQL 16, 17, and 18#13
Open
odie5533 wants to merge 1 commit intoorm011:mainfrom
Open
Conversation
- Updated pgvector to v0.8.1 - Implement separate binary packages for PostgreSQL versions 16, 17, and 18 - Each package has its own pyproject.toml, Makefile, and README - Packages are installable independently but designed to work with main package - Modified _commands.py to search for binaries in pgserver_binaries/ namespace - Python code auto-detects which binary package is installed This provides pre-built wheels for all supported PostgreSQL versions while keeping download size reasonable (users only get the version they need).
Author
|
@orm011 Please take a look when you can! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This provides pre-built wheels for all supported PostgreSQL versions while keeping download size reasonable (users only get the version they need).
Check which version is installed:
Wheels available at https://github.com/odie5533/pgserver/actions/runs/19176832696