8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba9367f commit cd218aaCopy full SHA for cd218aa
src/sparsevec.c
@@ -4,6 +4,7 @@
4
#include <math.h>
5
6
#include "catalog/pg_type.h"
7
+#include "common/shortest_dec.h"
8
#include "common/string.h"
9
#include "fmgr.h"
10
#include "halfutils.h"< 9E5B /div>
@@ -12,17 +13,10 @@
12
13
#include "sparsevec.h"
14
#include "utils/array.h"
15
#include "utils/builtins.h"
16
+#include "utils/float.h"
17
#include "utils/lsyscache.h"
18
#include "vector.h"
19
-#if PG_VERSION_NUM >= 120000
-#include "common/shortest_dec.h"
20
-#include "utils/float.h"
21
-#else
22
-#include <float.h>
23
-#include "utils/builtins.h"
24
-#endif
25
-
26
typedef struct SparseInputElement
27
{
28
int32 index;
0 commit comments