Add PG 9.6 compatibility Fix issues in shared memory estimation, which could prevent starting postgres or reduce the amount of possible locks (thanks to Jean-Sébastien BACQ for the report) Add hint of possible reasons pgss.max could not be retrieved, which could prevent starting postgres Make portlint happy
11 lines
348 B
Text
11 lines
348 B
Text
--- Makefile.orig 2015-03-17 16:28:17 UTC
|
|
+++ Makefile
|
|
@@ -3,7 +3,7 @@ EXTVERSION = $(shell grep default_vers
|
|
TESTS = $(wildcard test/sql/*.sql)
|
|
REGRESS = $(patsubst test/sql/%.sql,%,$(TESTS))
|
|
REGRESS_OPTS = --inputdir=test
|
|
-DOCS = $(wildcard README.rst)
|
|
+DOCS = $(wildcard *-README.rst)
|
|
|
|
PG_CONFIG = pg_config
|
|
|