prepare 0.4 release, need some test
authorCédric Villemain <cedric.villemain.debian@gmail.com>
Wed, 23 Dec 2009 21:57:33 +0000 (22:57 +0100)
committerCédric Villemain <cedric.villemain.debian@gmail.com>
Wed, 23 Dec 2009 21:57:33 +0000 (22:57 +0100)
pgfincore.c

index 8b75692c9efc33b0efc9f5d4062da61bd509ce19..26ae1e87be7ded5ac659c3bc0e4fa97840ac01c1 100644 (file)
@@ -296,7 +296,7 @@ pgmincore_file(char *filename, int writeStat, FunctionCallInfo fcinfo) {
     }
 
        /* handle the results */
-         for (pageIndex = 0; pageIndex <= st.st_size/pageSize; pageIndex++) {
+       for (pageIndex = 0; pageIndex <= st.st_size/pageSize; pageIndex++) {
          // block in memory
          if (vec[pageIndex] & 1) {
                block_mem++;