Files
pgvector/src
Nathan Bossart dcf206128a Check bounds unconditionally in array_to_vector(). (#127)
Presently, array_to_vector()'s call to CheckDim() is skipped when typmod != -1, which allows for bypassing VECTOR_MAX_DIM.  To fix, call Check[Expected]Dim() unconditionally.  CheckExpectedDim() takes no action when typmod == -1, so there's no need to guard it with an 'if' statement.
2023-05-12 17:08:51 -07:00
..
2023-04-10 21:31:33 -07:00
2023-01-10 02:53:58 -08:00
2022-12-07 19:45:44 -08:00
2023-03-26 12:45:44 -07:00
2022-12-23 12:33:55 -08:00