mirror of
https://github.com/pgvector/pgvector.git
synced 2026-07-13 08:06:54 +08:00
Fixed Postgres 12
This commit is contained in:
@@ -12,6 +12,10 @@
|
|||||||
#include "utils/rel.h"
|
#include "utils/rel.h"
|
||||||
#include "vector.h"
|
#include "vector.h"
|
||||||
|
|
||||||
|
#if PG_VERSION_NUM < 130000
|
||||||
|
#define TYPSTORAGE_PLAIN 'p'
|
||||||
|
#endif
|
||||||
|
|
||||||
#if PG_VERSION_NUM >= 130000
|
#if PG_VERSION_NUM >= 130000
|
||||||
#include "common/hashfn.h"
|
#include "common/hashfn.h"
|
||||||
#else
|
#else
|
||||||
|
|||||||
Reference in New Issue
Block a user