File: extsupport

package info (click to toggle)
postgresql-prioritize 1.0.4-12
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 120 kB
  • sloc: ansic: 88; makefile: 22; sql: 11; sh: 1
file content (11 lines) | stat: -rw-r--r-- 333 bytes parent folder | download | duplicates (4)
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)