From: Mark Hymers <mhy@debian.org>
Date: Sun, 4 Jul 2010 16:51:33 +0000 (+0000)
Subject: What, are we still using postgres 7.4 or something?
X-Git-Url: https://git.decadent.org.uk/gitweb/?a=commitdiff_plain;h=1d9659248adc0d56010821a94dfd18fa373d0156;p=dak.git

What, are we still using postgres 7.4 or something?

Signed-off-by: Mark Hymers <mhy@debian.org>
---

diff --git a/config/debian/cron.weekly b/config/debian/cron.weekly
index 7bc47449..45677cd9 100755
--- a/config/debian/cron.weekly
+++ b/config/debian/cron.weekly
@@ -35,9 +35,6 @@ fi
 echo "Splitting queue/done"
 dak split-done > /dev/null
 
-# Vacuum the database
-echo "VACUUM; VACUUM ANALYZE;" | psql --no-psqlrc projectb 2>&1
-
 # Do git cleanup stuff
 echo "Doing git stuff"
 cd /srv/ftp.debian.org/git/dak.git