Thanks to visit codestin.com Credit goes to github.com
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 9c0b9ad commit ee455b0Copy full SHA for ee455b0
Makefile
@@ -13,6 +13,9 @@ DATA = vops--1.0.sql
13
14
REGRESS = test
15
16
+PG_CPPFLAGS = -I$(libpq_srcdir)
17
+PG_LIBS = $(libpq_pgport)
18
+
19
ifdef USE_PGXS
20
PG_CONFIG = pg_config
21
PGXS := $(shell $(PG_CONFIG) --pgxs)
vops.c
@@ -27,7 +27,9 @@
27
#include "utils/array.h"
28
#include "utils/tqual.h"
29
#include "utils/datum.h"
30
+#if PG_VERSION_NUM>=120000
31
#include "utils/float.h"
32
+#endif
33
#include "utils/builtins.h"
34
#include "utils/datetime.h"
35
#include <utils/typcache.h>
0 commit comments