summarylogtreecommitdiffstats
path: root/postgresql-check-db-dir
diff options
context:
space:
mode:
authorTim Sharpe2018-10-09 12:01:39 +1100
committerTim Sharpe2018-10-09 12:01:39 +1100
commita309fcce63dfbf3940648885f68f4f60a4bacb66 (patch)
treea984a8f65ab52f2c967c667093e0c83200e99395 /postgresql-check-db-dir
parent0576062fb8e78806ce6d61a0f1637af108f17e09 (diff)
downloadaur-a309fcce63dfbf3940648885f68f4f60a4bacb66.tar.gz
Update to PostgreSQL 9.4.19
Diffstat (limited to 'postgresql-check-db-dir')
-rw-r--r--postgresql-check-db-dir4
1 files changed, 2 insertions, 2 deletions
diff --git a/postgresql-check-db-dir b/postgresql-check-db-dir
index e563d114c398..540f1780643e 100644
--- a/postgresql-check-db-dir
+++ b/postgresql-check-db-dir
@@ -16,9 +16,9 @@ then
fi
# PGMAJORVERSION is major version
-PGMAJORVERSION=9.3
+PGMAJORVERSION=9.4
# PREVMAJORVERSION is the previous major version, e.g., 8.4, for upgrades
-PREVMAJORVERSION=9.2
+PREVMAJORVERSION=9.3
# Check for the PGDATA structure
if [ -f "$PGDATA/PG_VERSION" ] && [ -d "$PGDATA/base" ]