Cache invalidation for vacuum of system tables.
authorHiroshi Inoue <inoue@tpf.co.jp>
Fri, 8 Dec 2000 06:43:44 +0000 (06:43 +0000)
committerHiroshi Inoue <inoue@tpf.co.jp>
Fri, 8 Dec 2000 06:43:44 +0000 (06:43 +0000)
src/backend/commands/vacuum.c

index 254509a3304fd80c0111d52de8aa5f034212adc2..a7a557fb0fec6febea9e61f587c9f4fc3b62c7f1 100644 (file)
@@ -8,7 +8,7 @@
  *
  *
  * IDENTIFICATION
- *   $Header: /cvsroot/pgsql/src/backend/commands/vacuum.c,v 1.176 2000/12/03 10:27:27 vadim Exp $
+ *   $Header: /cvsroot/pgsql/src/backend/commands/vacuum.c,v 1.177 2000/12/08 06:43:44 inoue Exp $
  *
  *-------------------------------------------------------------------------
  */
@@ -1849,6 +1849,11 @@ failed to add item with len = %lu to page %u (free space %lu, nusd %u, noff %u)"
         nblocks, blkno, num_moved,
         show_rusage(&ru0));
 
+   /* 
+    * Reflect the motion of system tuples to catalog cache here.
+    */
+        CommandCounterIncrement();
+
    if (Nvacpagelist.num_pages > 0)
    {
        /* vacuum indices again if needed */