-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
[19.0][MIG] field_vector: Migration to 19.0 #3430
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
base: 19.0
Are you sure you want to change the base?
Conversation
|
fyi @lmignon |
lmignon
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for the migration @hailangvn
Some comments about your changes...
a86f032 to
d3fbba1
Compare
lmignon
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
see my last comment
pg_typeof on a vector returns the vector’s base type, not its size; to know length you must query array_length or cardinality for vectors using the pgvector extension (e.g., select vector_dims(v)).
d3fbba1 to
2015554
Compare
lmignon
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you @hailangvn for the migration. LGTM (Code review)
This is to migrate field_vector module to 19.0.