Skip to content

Commit 5f31d4f

Browse files
committed
Add 18 in more places
1 parent 189d727 commit 5f31d4f

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

Makefile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
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:
1010
PGVERSION ?= $(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 ?
2222
TOP := $(dir $(abspath $(lastword $(MAKEFILE_LIST))))
@@ -277,6 +277,7 @@ BUILD_ARGS_pg14 = --build-arg PGVERSION=14 --build-arg CITUSTAG=v12.1.5
277277
BUILD_ARGS_pg15 = --build-arg PGVERSION=15 --build-arg CITUSTAG=v12.1.5
278278
BUILD_ARGS_pg16 = --build-arg PGVERSION=16 --build-arg CITUSTAG=$(CITUSTAG)
279279
BUILD_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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
pg_auto_failover is an extension and service for PostgreSQL that monitors
66
and 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

99
pg_auto_failover supports several Postgres architectures and implements a
1010
safe automated failover for your Postgres service. It is possible to get

docs/install.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ We provide native system packages for pg_auto_failover on most popular Linux
77
distributions.
88

99
Use 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

1212
Ubuntu or Debian
1313
----------------

0 commit comments

Comments
 (0)