]> git.sur5r.net Git - bacula/bacula/commitdiff
Backout previous commit. The index already exists.
authorDan Langille <dan@langille.org>
Mon, 20 Sep 2004 13:43:55 +0000 (13:43 +0000)
committerDan Langille <dan@langille.org>
Mon, 20 Sep 2004 13:43:55 +0000 (13:43 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@1601 91ce42f0-d328-0410-95d8-f526ca767f89

bacula/src/cats/make_postgresql_tables.in

index c8f9a15db48044b949529fb4b8cc31be13b5e0c4..f145ae6ed9c94dae13b5e04300e0ff64607a2060 100644 (file)
@@ -327,11 +327,6 @@ create table unsavedfiles
 --    add foreign key  (filenameid)
 --      references filename (filenameid) on update restrict on delete restrict;
 
--- See http://bugs.bacula.org/bug_view_advanced_page.php?bug_id=0000106
--- Improve speed of VolumeToCatalog
-
-create index file_pathid on file(pathid);
-
 END-OF-DATA
 then
    echo "Creation of Bacula PostgreSQL tables succeeded."