-
Notifications
You must be signed in to change notification settings - Fork 68
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: support pg13, pg14 as pgvector does (#94)
* feat: support pg12, pg13, pg14 as pgvector does This PR try to support pg12-pg14 as pgvector supports. some of the codes from zombodb close: #93 Signed-off-by: yihong0618 <[email protected]> Co-authored-by: zombodb <[email protected]> * fix: drop pg12 support because of EOL Signed-off-by: yihong0618 <[email protected]> * fix: adress review comments Signed-off-by: yihong0618 <[email protected]> * Fix formatting/warnings * Add Pg13 and Pg14 tests Signed-off-by: Matvey Arye <[email protected]> --------- Signed-off-by: yihong0618 <[email protected]> Signed-off-by: Matvey Arye <[email protected]> Co-authored-by: zombodb <[email protected]> Co-authored-by: syvb <[email protected]> Co-authored-by: Matvey Arye <[email protected]>
- Loading branch information
1 parent
04e1d13
commit 659c100
Showing
5 changed files
with
35 additions
and
5 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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