We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
pg
rb_sprintf
1 parent 0f37b3e commit 9e8c200Copy full SHA for 9e8c200
lib/cext/patches/pg_patches.rb
@@ -73,15 +73,6 @@ class PgPatches
73
replacement: '#define CACHE_LOOKUP(this, klass) ( &this->cache_row[(unsigned long)(rb_tr_obj_id(klass)) & 0xff] )'
74
},
75
],
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
- ],
85
}
86
87
end
0 commit comments