summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorPavel Raiskup <praiskup@redhat.com>2016-01-06 23:56:33 +0100
committerPavel Raiskup <praiskup@redhat.com>2016-01-07 00:05:44 +0100
commit5f3f85486584a47fef8f38d442d33eb9791c79b2 (patch)
tree6ed703fb47eaa79079d1b25c250bb3a74aa15df9 /configure.ac
parent47fe731d3ed9b4a0fd60ffc4e79c294251763b1a (diff)
downloadpostgresql-setup-5f3f85486584a47fef8f38d442d33eb9791c79b2.tar.gz
postgresql-setup-5f3f85486584a47fef8f38d442d33eb9791c79b2.tar.xz
postgresql-setup-5f3f85486584a47fef8f38d442d33eb9791c79b2.zip
postgresql-setup: reflect pg_upgrade movement
The pg_upgrade binary is not in postgresql-upgrade package now. In some upgrade scenarios, postgresql-upgrade is redundant package (SCLs/PGRPMSs). Hack the code so postgresql-setup is able to correctly advice which package should be installed to make the "old" engine available. * postgresql-setup.in (upgrade): Don't check for pg_upgrade binary existence but rather for postgres binary, and warn user with proper package name if missing. * share/postgresql-setup/library.sh.in (parse_upgrade_setup): White-list also 'package' constant name. * configure.ac: Bump version.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 6125893..655eb6e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
# Use the MAJ.MIN[~SUFF]. Note that X.X > X.X~SUFF!
-AC_INIT([postgresql-setup], [3.5], [praiskup@redhat.com])
+AC_INIT([postgresql-setup], [4.0], [praiskup@redhat.com])
AC_CONFIG_AUX_DIR(auxdir)
config_aux_dir=auxdir
AC_SUBST([config_aux_dir])