Add vacuum_after_copy to the schema
authorGreg Sabino Mullane <greg@endpoint.com>
Fri, 6 Aug 2010 17:44:30 +0000 (13:44 -0400)
committerGreg Sabino Mullane <greg@endpoint.com>
Fri, 6 Aug 2010 17:44:30 +0000 (13:44 -0400)
bucardo.schema

index 234e24ad840273d1b7d3ccd26689a9f9ee41d9b5..2f9760efa0d5a29cf35d24a9e65b70f0a48502c4 100644 (file)
@@ -267,6 +267,7 @@ CREATE TABLE bucardo.goat (
   ghost              BOOLEAN     NOT NULL DEFAULT 'false', -- only drop triggers, do not replicate
   standard_conflict  TEXT            NULL,
   analyze_after_copy BOOLEAN     NOT NULL DEFAULT 'true',
+  vacuum_after_copy  BOOLEAN     NOT NULL DEFAULT 'true',
   strict_checking    BOOLEAN     NOT NULL DEFAULT 'true',
   delta_bypass       BOOLEAN     NOT NULL DEFAULT 'false',
   delta_bypass_min   BIGINT          NULL,
@@ -418,6 +419,7 @@ CREATE TABLE bucardo.sync (
   rebuild_index      SMALLINT    NOT NULL DEFAULT 0,     -- Load without indexes and then REINDEX table
   priority           SMALLINT    NOT NULL DEFAULT 0,     -- Higher is better
   analyze_after_copy BOOLEAN     NOT NULL DEFAULT 'true',
+  vacuum_after_copy  BOOLEAN     NOT NULL DEFAULT 'false',
   strict_checking    BOOLEAN     NOT NULL DEFAULT 'true',
   overdue            INTERVAL    NOT NULL DEFAULT '0 seconds'::interval,
   expired            INTERVAL    NOT NULL DEFAULT '0 seconds'::interval,