Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
Co-authored-by: Ekin Dursun <ekindursun@gmail.com>
  • Loading branch information
erma07 and onlined committed Dec 11, 2020
1 parent d0f3580 commit 57de22f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -47,7 +47,7 @@ ifndef MAJORVERSION
endif

ifeq (,$(findstring $(MAJORVERSION), 9.3 9.4 9.5 9.6 10 11 12 13))
$(error PostgreSQL 9.3 to 12 is required to compile this extension)
$(error PostgreSQL 9.3 to 13 is required to compile this extension)
endif

cstore.pb-c.c: cstore.proto
Expand Down

0 comments on commit 57de22f

Please sign in to comment.