projects
/
bucardo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c7b5dcb
)
No unlogged tables for now: Postgres bug is causing FATAL errors on truncate.
author
Greg Sabino Mullane
<greg@endpoint.com>
Mon, 30 May 2011 17:45:21 +0000
(13:45 -0400)
committer
Greg Sabino Mullane
<greg@endpoint.com>
Mon, 30 May 2011 17:45:21 +0000
(13:45 -0400)
bucardo.schema
patch
|
blob
|
blame
|
history
diff --git
a/bucardo.schema
b/bucardo.schema
index 89c79c2198adf6ff033f71906f4be102ce7022b2..b5ce04da698eb5a6765f4de8469e3798a6ccced0 100644
(file)
--- a/
bucardo.schema
+++ b/
bucardo.schema
@@
-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,