mirror of
https://github.com/pgvector/pgvector.git
synced 2026-07-13 08:06:54 +08:00
Dropped support for Postgres 9.6 [skip ci]
This commit is contained in:
@@ -1,6 +1,7 @@
|
|||||||
## 0.3.0 (unreleased)
|
## 0.3.0 (unreleased)
|
||||||
|
|
||||||
- Added support for Postgres 15
|
- Added support for Postgres 15
|
||||||
|
- Dropped support for Postgres 9.6
|
||||||
|
|
||||||
## 0.2.7 (2022-07-31)
|
## 0.2.7 (2022-07-31)
|
||||||
|
|
||||||
|
|||||||
@@ -14,8 +14,8 @@
|
|||||||
#include "portability/instr_time.h"
|
#include "portability/instr_time.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if PG_VERSION_NUM < 90600
|
#if PG_VERSION_NUM < 100000
|
||||||
#error "Requires PostgreSQL 9.6+"
|
#error "Requires PostgreSQL 10+"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* Support functions */
|
/* Support functions */
|
||||||
|
|||||||
Reference in New Issue
Block a user