Package: postgresql-prioritize / 1.0.4-8

extsupport Patch series | download
1
2
3
4
5
6
7
8
9
10
11
--- a/Makefile
+++ b/Makefile
@@ -10,7 +10,7 @@ REGRESS = $(MODULES)
 
 SQL_IN = $(MODULES).sql.in
 
-USE_EXTENSION = $(shell pg_config --version | grep -qE " 8\.|9\.0" && echo no || echo yes)
+USE_EXTENSION = $(shell pg_config --version | grep -qE " 8\.| 9\.0" && echo no || echo yes)
 
 ifeq ($(USE_EXTENSION),yes)
 all: $(EXTSQL)