Skip to content
Snippets Groups Projects

PostgreSQL 16

Merged Jan Alexander Steffens (heftig) requested to merge postgresql-16 into master
2 files
+ 25
18
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -5,7 +5,7 @@ set -e
TO_VERSION=$(pacman -Q postgresql | grep -Po '(?<=postgresql )[0-9]+\.[0-9]')
to_major=${TO_VERSION%%.*}
if (( $to_major != 15 )); then
if (( $to_major != 16 )); then
# NOTE: When this happens you should check the changelog and add any
# necessary changes here. Then bump the version check.
echo "ERROR: major upgrade detected, aborting..."
Loading