Skip to content

Commit 5e47c4c

Browse files
committed
Dropped makefile guard against PG 9.4
1 parent 779fd82 commit 5e47c4c

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Makefile

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,6 @@ ifeq ($(shell echo $$(($(INTVERSION) < 803))),1)
2929
$(error $(EXTENSION) requires PostgreSQL 8.3 or later. This is $(VERSION))
3030
endif
3131

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-
3632
SUBDIRS = bin lib regress
3733

3834
all install installdirs uninstall distprep clean distclean maintainer-clean debug:

0 commit comments

Comments
 (0)