Skip to content

Commit 13e3591

Browse files
committed
Remove outdated comment about missing 9.4 support.
1 parent 618d2f4 commit 13e3591

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ INTVERSION := $(shell echo $$(($$(echo $(VERSION) | sed 's/\([[:digit:]]\{1,\}\)
2424
EXTVERSION = $(shell grep '"version":' META.json | head -1 \
2525
| sed -e 's/[ ]*"version":[ ]*"\(.*\)",/\1/')
2626

27-
# We support PostgreSQL 8.3 through 9.3. We DO NOT yet support 9.4+.
2827
ifeq ($(shell echo $$(($(INTVERSION) < 803))),1)
2928
$(error $(EXTENSION) requires PostgreSQL 8.3 or later. This is $(VERSION))
3029
endif

0 commit comments

Comments
 (0)