Casting help? master
authorGreg Sabino Mullane <greg@endpoint.com>
Thu, 22 Sep 2016 14:24:31 +0000 (10:24 -0400)
committerGreg Sabino Mullane <greg@endpoint.com>
Thu, 22 Sep 2016 14:24:31 +0000 (10:24 -0400)
bucardo.schema

index 792e7848fc78d79de6cf4a8f207da424e8633bda..5d40b3cccd59c9bd5b5875166d13f0c4612710fc 100644 (file)
@@ -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