[Lunar-commits] <moonbase> postgresql: Fixing CONFIGURE to reflect a major version change.
Dennis 'stumbles' Veatch
stumbles at lunar-linux.org
Sun Jul 5 17:04:57 CEST 2009
commit 6f18058f486e79e6cdca2cad24dcf8983c0e526e
Author: Dennis 'stumbles' Veatch <stumbles at lunar-linux.org>
Date: Sun Jul 5 11:04:57 2009 -0400
postgresql: Fixing CONFIGURE to reflect a major version change.
---
sql/postgresql/CONFIGURE | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/sql/postgresql/CONFIGURE b/sql/postgresql/CONFIGURE
index 6b30cfd..d11fd26 100644
--- a/sql/postgresql/CONFIGURE
+++ b/sql/postgresql/CONFIGURE
@@ -1,7 +1,7 @@
if [ -f /var/lib/pgsql/data/PG_VERSION ]
then
- if [ `cut -d. -f1-2 /var/lib/pgsql/data/PG_VERSION` != '8.3' ]
+ if [ `cut -d. -f1-2 /var/lib/pgsql/data/PG_VERSION` != '8.4' ]
then
printf "${PROBLEM_COLOR}A pre 8.3 version of the database was found.\nYou need to upgrade the data format to 8.3.\nRefer to the INSTALL file located in the tarball\nfor the upgrade procedure.\nThe install will not continue.""${DEFAULT_COLOR}"
exit 1
More information about the Lunar-commits
mailing list