Skip to content

Commit 9e8c200

Browse files
committed
Remove pg patch for rb_sprintf.
1 parent 0f37b3e commit 9e8c200

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

lib/cext/patches/pg_patches.rb

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -73,15 +73,6 @@ class PgPatches
7373
replacement: '#define CACHE_LOOKUP(this, klass) ( &this->cache_row[(unsigned long)(rb_tr_obj_id(klass)) & 0xff] )'
7474
},
7575
],
76-
'pg_type_map.c' => [
77-
# The result of rb_object_classname is used in an exception
78-
# string, We turn it into a ruby string to work round a bug in
79-
# our string formatting.
80-
{
81-
match: 'rb_obj_classname(self)',
82-
replacement: 'rb_str_new_cstr(rb_obj_classname(self))'
83-
}
84-
],
8576
}
8677
}
8778
end

0 commit comments

Comments
 (0)