mirror of
https://github.com/pgvector/pgvector.git
synced 2026-07-13 16:16:56 +08:00
Moved include [skip ci]
This commit is contained in:
@@ -3,13 +3,13 @@
|
|||||||
|
|
||||||
#include "postgres.h"
|
#include "postgres.h"
|
||||||
|
|
||||||
#include "halfvec.h" /* for USE_DISPATCH and USE_TARGET_CLONES */
|
|
||||||
|
|
||||||
/* Check version in first header */
|
/* Check version in first header */
|
||||||
#if PG_VERSION_NUM < 120000
|
#if PG_VERSION_NUM < 120000
|
||||||
#error "Requires PostgreSQL 12+"
|
#error "Requires PostgreSQL 12+"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#include "halfvec.h" /* for USE_DISPATCH and USE_TARGET_CLONES */
|
||||||
|
|
||||||
#if defined(USE_DISPATCH)
|
#if defined(USE_DISPATCH)
|
||||||
#define BIT_DISPATCH
|
#define BIT_DISPATCH
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user