No unlogged tables for now: Postgres bug is causing FATAL errors on truncate.
authorGreg Sabino Mullane <greg@endpoint.com>
Mon, 30 May 2011 17:45:21 +0000 (13:45 -0400)
committerGreg Sabino Mullane <greg@endpoint.com>
Mon, 30 May 2011 17:45:21 +0000 (13:45 -0400)
bucardo.schema

index 89c79c2198adf6ff033f71906f4be102ce7022b2..b5ce04da698eb5a6765f4de8469e3798a6ccced0 100644 (file)
@@ -2125,6 +2125,7 @@ SELECT 'Fixme'::TEXT;
             $sth->finish();
             if ($count < 1) {
                 my $unlogged = $dbh->{pg_server_version} >= 90100 ? 'UNLOGGED' : '';
+                               $unlogged = ''; ## Until the truncate bug is fixed.
                                $SQL = qq{
                    CREATE $unlogged TABLE bucardo."$stage_table" (
                       txntime    TIMESTAMPTZ,