]> git.pld-linux.org Git - packages/postgresql.git/commitdiff
- updated PG_VERSION in pre
authorJakub Bogusz <qboosh@pld-linux.org>
Fri, 8 Dec 2006 21:27:57 +0000 (21:27 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    postgresql.spec -> 1.371

postgresql.spec

index 55704392f7a2c86d8f8f390c307718006068353e..f507d411ab96af0f8f080768671275ecd50e333b 100644 (file)
@@ -920,7 +920,7 @@ fi
 foundold=0
 for pgdir in $PG_DB_CLUSTERS; do
        if [ -f $pgdir/PG_VERSION ]; then
-               if [ `cat $pgdir/PG_VERSION` != '8.1' ]; then
+               if [ `cat $pgdir/PG_VERSION` != '8.2' ]; then
                        echo "Found database(s) in older, incompatible format in cluster $pgdir."
                        foundold=1
                fi
This page took 0.243801 seconds and 4 git commands to generate.