projects
/
bucardo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
52c828a
)
Unlogged is go...
author
Greg Sabino Mullane
<greg@endpoint.com>
Tue, 13 Sep 2011 17:37:30 +0000
(13:37 -0400)
committer
Greg Sabino Mullane
<greg@endpoint.com>
Tue, 13 Sep 2011 17:37:30 +0000
(13:37 -0400)
bucardo.schema
patch
|
blob
|
blame
|
history
diff --git
a/bucardo.schema
b/bucardo.schema
index 477f3f8d257a41cb9c5567fdc15b6b9ca0f6f1db..793e4c1fd38f3c43af92517f7394c169510ce971 100644
(file)
--- a/
bucardo.schema
+++ b/
bucardo.schema
@@
-2274,7
+2274,6
@@
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,