[Lunar-commits] <moonbase> postgresql: This should always match the current version.

Dennis 'stumbles' Veatch stumbles at lunar-linux.org
Wed Feb 13 03:48:07 CET 2008


commit 63af432b175c6fd1fc9bd291986beb98ba3b79c1
Author: Dennis 'stumbles' Veatch <stumbles at lunar-linux.org>
Date:   Tue Feb 12 21:48:07 2008 -0500

    postgresql: This should always match the current version.
---
 sql/postgresql/CONFIGURE |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/sql/postgresql/CONFIGURE b/sql/postgresql/CONFIGURE
index 45de0bb..edbe42d 100755
--- a/sql/postgresql/CONFIGURE
+++ b/sql/postgresql/CONFIGURE
@@ -1,9 +1,9 @@
 
  if [ -f /var/lib/pgsql/data/PG_VERSION ]
     then
- if [ `cat /var/lib/pgsql/data/PG_VERSION` != '8.2' ]
+ if [ `cat /var/lib/pgsql/data/PG_VERSION` != '8.3' ]
     then
-    printf "${PROBLEM_COLOR}A pre 8.2 version of the database was found.\nYou need to upgrade the data format to 8.2.\nRefer to the INSTALL file located in the tarball\nfor the upgrade procedure.\nThe install will not continue.""${DEFAULT_COLOR}"
+    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
    fi
  fi


More information about the Lunar-commits mailing list