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 779fd82 commit 5e47c4cCopy full SHA for 5e47c4c
Makefile
@@ -29,10 +29,6 @@ ifeq ($(shell echo $$(($(INTVERSION) < 803))),1)
29
$(error $(EXTENSION) requires PostgreSQL 8.3 or later. This is $(VERSION))
30
endif
31
32
-ifeq ($(shell echo $$(($(INTVERSION) >= 904))),1)
33
-$(error $(EXTENSION) does not yet support PostgreSQL 9.4 or later. This is $(VERSION))
34
-endif
35
-
36
SUBDIRS = bin lib regress
37
38
all install installdirs uninstall distprep clean distclean maintainer-clean debug:
0 commit comments