Dropped makefile guard against PG 9.4

This commit is contained in:
Daniele Varrazzo 2015-03-10 11:23:40 +00:00
parent 779fd82ddb
commit 5e47c4c9c0

View File

@ -29,10 +29,6 @@ ifeq ($(shell echo $$(($(INTVERSION) < 803))),1)
$(error $(EXTENSION) requires PostgreSQL 8.3 or later. This is $(VERSION))
endif
ifeq ($(shell echo $$(($(INTVERSION) >= 904))),1)
$(error $(EXTENSION) does not yet support PostgreSQL 9.4 or later. This is $(VERSION))
endif
SUBDIRS = bin lib regress
all install installdirs uninstall distprep clean distclean maintainer-clean debug: