projects
/
bucardo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6c5c2fe
)
Don't populate bucardo_delta_names if no tables (e.g. sequence only sync)
author
Greg Sabino Mullane
<greg@endpoint.com>
Thu, 14 Nov 2013 03:13:47 +0000
(22:13 -0500)
committer
Greg Sabino Mullane
<greg@endpoint.com>
Thu, 14 Nov 2013 03:13:47 +0000
(22:13 -0500)
bucardo.schema
patch
|
blob
|
blame
|
history
diff --git
a/bucardo.schema
b/bucardo.schema
index d644ec4d5131a20f97661bebdea557273ab13cd8..08624153aef45ca8c69769814a5be72f025887c1 100644
(file)
--- a/
bucardo.schema
+++ b/
bucardo.schema
@@
-2081,7
+2081,7
@@
SELECT 'Fixme'::TEXT;
}
## Populate the bucardo_delta_names table for this sync
- if ($role eq 'source' and ! $is_fullcopy) {
+ if ($role eq 'source' and ! $is_fullcopy
and @args2
) {
$SQL = 'DELETE FROM bucardo.bucardo_delta_names WHERE sync = ?';
$sth = $dbh->prepare($SQL);
$sth->execute($syncname);