# File lib/dbd/pg/type.rb, line 24 def initialize(obj) @original = obj @escaped = escape_bytea(obj) @original.freeze @escaped.freeze end