File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed
Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 44.DEFAULT_GOAL := all
55
66# Supported PostgreSQL versions:
7- PGVERSIONS = 13 14 15 16 17
7+ PGVERSIONS = 13 14 15 16 17 18
88
99# Default version:
1010PGVERSION ?= $(lastword $(PGVERSIONS ) )
@@ -16,7 +16,7 @@ CLUSTER_OPTS = ""
1616# XXXX This should be in Makefile.citus only
1717# but requires to clean up dockerfile and make targets related to citus first.
1818# Default Citus Data version
19- CITUSTAG ?= v13.0.1
19+ CITUSTAG ?= v13.2.0
2020
2121# TODO should be abs_top_dir ?
2222TOP := $(dir $(abspath $(lastword $(MAKEFILE_LIST ) ) ) )
@@ -277,6 +277,7 @@ BUILD_ARGS_pg14 = --build-arg PGVERSION=14 --build-arg CITUSTAG=v12.1.5
277277BUILD_ARGS_pg15 = --build-arg PGVERSION=15 --build-arg CITUSTAG=v12.1.5
278278BUILD_ARGS_pg16 = --build-arg PGVERSION=16 --build-arg CITUSTAG=$(CITUSTAG )
279279BUILD_ARGS_pg17 = --build-arg PGVERSION=17 --build-arg CITUSTAG=$(CITUSTAG )
280+ BUILD_ARGS_pg18 = --build-arg PGVERSION=18 --build-arg CITUSTAG=$(CITUSTAG )
280281
281282# DOCKER BUILDS
282283
Original file line number Diff line number Diff line change 44
55pg_auto_failover is an extension and service for PostgreSQL that monitors
66and manages automated failover for a Postgres cluster. It is optimized for
7- simplicity and correctness and supports Postgres 13 to 17 .
7+ simplicity and correctness and supports Postgres 13 to 18 .
88
99pg_auto_failover supports several Postgres architectures and implements a
1010safe automated failover for your Postgres service. It is possible to get
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ We provide native system packages for pg_auto_failover on most popular Linux
77distributions.
88
99Use the steps below to install pg_auto_failover on PostgreSQL 17. At the
10- current time pg_auto_failover is compatible with PostgreSQL 13 to 17 .
10+ current time pg_auto_failover is compatible with PostgreSQL 13 to 18 .
1111
1212Ubuntu or Debian
1313----------------
You can’t perform that action at this time.
0 commit comments