[Issue #413] packaging: bump postgres versions, add 14, remove 9.5, some workarounds (caused by old docker images)

This commit is contained in:
Mikhail A. Kulagin
2021-10-13 14:14:59 +03:00
parent 396155e5bc
commit f7a81aa5fd
11 changed files with 220 additions and 132 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
PROGRAM = pg_probackup
WORKDIR ?= $(CURDIR)
BUILDDIR = $(WORKDIR)/build/
PBK_GIT_REPO = http://github.com/postgrespro/pg_probackup
PBK_GIT_REPO = https://github.com/postgrespro/pg_probackup
# utils
OBJS = src/utils/configuration.o src/utils/json.o src/utils/logger.o \