]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/stored/read_record.c
Use the command line utility dropdb instead of the psql command
[bacula/bacula] / bacula / src / stored / read_record.c
index 4b0d3a4eba78e24d67dc725f420aed4ca9d0ebb7..277e5778a8e9cd8c05ba6204c00044e507b5c90b 100644 (file)
@@ -115,8 +115,7 @@ int read_records(JCR *jcr,  DEVICE *dev,
         }
       }
       Dmsg2(100, "New block at position=(file:block) %d:%d\n", dev->file, dev->block_num);
-#define FAST_BLOCK_REJECTION
-#ifdef FAST_BLOCK_REJECTION
+#ifdef if_and_when_FAST_BLOCK_REJECTION_is_working
       /* this does not stop when file/block are too big */
       if (!match_bsr_block(jcr->bsr, block)) {
         if (try_repositioning(jcr, rec, dev)) {