mirror of
https://github.com/pgvector/pgvector.git
synced 2026-07-18 10:14:31 +08:00
Fixed build for Postgres < 13
This commit is contained in:
@@ -16,6 +16,10 @@
|
|||||||
#include "utils/float.h"
|
#include "utils/float.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if PG_VERSION_NUM < 130000
|
||||||
|
#define TYPALIGN_INT 'i'
|
||||||
|
#endif
|
||||||
|
|
||||||
PG_MODULE_MAGIC;
|
PG_MODULE_MAGIC;
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|||||||
Reference in New Issue
Block a user