Original report by Julian Mehnle (Bitbucket: jmehnle, GitHub: jmehnle).
$ irb1.9
irb(main):001:0> RUBY_VERSION
=> "1.9.3"
irb(main):002:0> require 'rubygems'
=> false
irb(main):003:0> require 'pg'
=> true
irb(main):004:0> PG::VERSION
=> "0.18.2"
irb(main):005:0> PG::Connection.quote_ident([nil, 'mytable'])
(irb):5: [BUG] Segmentation fault
This bug exists in 0.18.2, but I can't select that as an affected version.
Original report by Julian Mehnle (Bitbucket: jmehnle, GitHub: jmehnle).
This bug exists in 0.18.2, but I can't select that as an affected version.