From 5e47c4c9c0d9355bad716a787f3e139ee8e50992 Mon Sep 17 00:00:00 2001 From: Daniele Varrazzo Date: Tue, 10 Mar 2015 11:23:40 +0000 Subject: [PATCH] Dropped makefile guard against PG 9.4 --- Makefile | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Makefile b/Makefile index 696a8ab..e9d164e 100644 --- a/Makefile +++ b/Makefile @@ -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: