From 342d6beb63750eddc96cc34cbe57f39864e812aa Mon Sep 17 00:00:00 2001 From: Greg Sabino Mullane Date: Thu, 22 Sep 2016 10:24:31 -0400 Subject: [PATCH] Casting help? --- bucardo.schema | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.30.2