mirror of
https://github.com/pgvector/pgvector.git
synced 2026-07-12 23:56:55 +08:00
Fixed multiple definition error with GCC 10 - #4
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
|
## 0.1.4 (unreleased)
|
||||||
|
|
||||||
|
- Fixed multiple definition error with GCC 10
|
||||||
|
|
||||||
## 0.1.3 (2021-05-06)
|
## 0.1.3 (2021-05-06)
|
||||||
|
|
||||||
- Added Dockerfile
|
- Added Dockerfile
|
||||||
|
|||||||
@@ -6,6 +6,7 @@
|
|||||||
#include "utils/guc.h"
|
#include "utils/guc.h"
|
||||||
#include "utils/selfuncs.h"
|
#include "utils/selfuncs.h"
|
||||||
|
|
||||||
|
int ivfflat_probes;
|
||||||
static relopt_kind ivfflat_relopt_kind;
|
static relopt_kind ivfflat_relopt_kind;
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|||||||
@@ -38,7 +38,7 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* Variables */
|
/* Variables */
|
||||||
int ivfflat_probes;
|
extern int ivfflat_probes;
|
||||||
|
|
||||||
typedef struct VectorArrayData
|
typedef struct VectorArrayData
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user