summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGreg Sabino Mullane2016-09-22 14:24:31 +0000
committerGreg Sabino Mullane2016-09-22 14:24:31 +0000
commit342d6beb63750eddc96cc34cbe57f39864e812aa (patch)
tree581282864a64eb3254d521ee9367ce2b8eb25cda
parent9b0c612f0eb0996e5365839969c518d14b0c9934 (diff)
Casting help?HEADmaster
-rw-r--r--bucardo.schema2
1 files changed, 1 insertions, 1 deletions
diff --git a/bucardo.schema b/bucardo.schema
index 792e7848f..5d40b3ccc 100644
--- a/bucardo.schema
+++ b/bucardo.schema
@@ -1759,7 +1759,7 @@ BEGIN
total = total + 1;
END LOOP;
- RETURN 'Tables processed: ' || total;
+ RETURN 'Tables processed: '::text || total;
END;
} ## end of bucardo_purge_delta body